Compare commits
4 Commits
0dc91036a1
...
b7ae9a3346
| Author | SHA1 | Date |
|---|---|---|
|
|
b7ae9a3346 | |
|
|
136afba1b1 | |
|
|
e613a7e757 | |
|
|
9bdc420923 |
|
|
@ -1,8 +1,8 @@
|
|||
.DS_Store
|
||||
node_modules/
|
||||
unpackage/
|
||||
dist/*
|
||||
dist/build/*
|
||||
dist/dev/*
|
||||
|
||||
!dist/build/h5
|
||||
|
||||
# local env files
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="http://lcny.sk797.cn/h5/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="http://lcny.sk797.cn/h5/static/js/chunk-vendors.6e372103.js"></script><script src="http://lcny.sk797.cn/h5/static/js/index.c123915a.js"></script></body></html>
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="/static/js/chunk-vendors.6e372103.js"></script><script src="/static/js/index.95de2ebe.js"></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -74,7 +74,7 @@
|
|||
"usingComponents" : true
|
||||
},
|
||||
"h5" : {
|
||||
"template" : "",
|
||||
"publicPath" : "http://lcny.sk797.cn/h5/"
|
||||
"template" : ""
|
||||
// "publicPath" : "http://lcny.sk797.cn/h5/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue