Commit afa2fb86406b814b8df740daba75d6ce8eca6f62

Authored by 刘淇
1 parent bdbd7d53

跳转 最江阴app

Showing 2 changed files with 2 additions and 16 deletions
.gitignore
1 .DS_Store 1 .DS_Store
2 node_modules/ 2 node_modules/
3 /dist/ 3 /dist/
  4 +/new/
  5 +/pro/
4 npm-debug.log* 6 npm-debug.log*
5 yarn-debug.log* 7 yarn-debug.log*
6 yarn-error.log* 8 yarn-error.log*
index.html deleted
1 -<!DOCTYPE html>  
2 -<html>  
3 - <head>  
4 - <meta charset="utf-8">  
5 - <meta name="google" content="notranslate">  
6 - <meta name="viewport" content="width=device-width,initial-scale=1.0">  
7 - <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />  
8 - <meta http-equiv="Pragma" content="no-cache" />  
9 - <meta http-equiv="Expires" content="0" />  
10 - <title>扫码支付</title>  
11 - </head>  
12 - <body>  
13 - <div id="app"></div>  
14 - <!-- built files will be auto injected -->  
15 - </body>  
16 -</html>