Compare commits

..

No commits in common. "b7ae9a3346ffb45f3930b8455d485704378a0052" and "0dc91036a1d0a3dc4b91dc77b1fa7960f23d1fa0" have entirely different histories.

11 changed files with 5 additions and 28 deletions

4
.gitignore vendored
View File

@ -1,8 +1,8 @@
.DS_Store
node_modules/
unpackage/
dist/dev/*
dist/*
dist/build/*
!dist/build/h5
# local env files

View File

@ -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="/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>
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>

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

View File

@ -74,7 +74,7 @@
"usingComponents" : true
},
"h5" : {
"template" : ""
// "publicPath" : "http://lcny.sk797.cn/h5/"
"template" : "",
"publicPath" : "http://lcny.sk797.cn/h5/"
}
}