Commit afa2fb86406b814b8df740daba75d6ce8eca6f62
1 parent
bdbd7d53
跳转 最江阴app
Showing
2 changed files
with
2 additions
and
16 deletions
.gitignore
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> |