Compare commits
25 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
00e6628189 | |
|
|
be897f3391 | |
|
|
f697ade3bf | |
|
|
233ab2f796 | |
|
|
88422c7fcd | |
|
|
bce9df6b1c | |
|
|
a0e6e4b71f | |
|
|
3c2abc8dce | |
|
|
5be20c15d3 | |
|
|
7397101ece | |
|
|
e61d287d60 | |
|
|
2ad7021e46 | |
|
|
a858bcea76 | |
|
|
ff8b4998fa | |
|
|
ca8894d99a | |
|
|
b0d2ffbc1f | |
|
|
5d8733f9a6 | |
|
|
7ad6449812 | |
|
|
49b6b23b73 | |
|
|
d1c7d2741a | |
|
|
4979e671d3 | |
|
|
d7e31ac7e5 | |
|
|
b8195da0e3 | |
|
|
36e357cedc | |
|
|
a70790a56e |
|
|
@ -1,4 +1,5 @@
|
|||
ENV = 'production'
|
||||
|
||||
VUE_APP_BASE_API = 'https://lcny-api.peidikeji.cn'
|
||||
VUE_APP_BASE_API = 'https://lcny.sk797.cn'
|
||||
# VUE_APP_BASE_API = 'https://lcny-api.peidikeji.cn'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
ENV = 'test'
|
||||
|
||||
VUE_APP_BASE_API = 'http://lcny.sk797.cn/h5/'
|
||||
VUE_APP_BASE_API = 'https://lcny.sk797.cn'
|
||||
|
|
|
|||
|
|
@ -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.959091ef.js"></script><script src="/static/js/index.d07e9c1f.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="https://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="https://lcny.sk797.cn/h5/static/js/chunk-vendors.959091ef.js"></script><script src="https://lcny.sk797.cn/h5/static/js/index.1b28d926.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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,6 @@
|
|||
"build:app-plus": "cross-env NODE_ENV=production UNI_PLATFORM=app-plus vue-cli-service uni-build",
|
||||
"build:custom": "cross-env NODE_ENV=production uniapp-cli custom",
|
||||
"build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build",
|
||||
"build:h5:test": "cross-env NODE_ENV=test UNI_PLATFORM=h5 vue-cli-service uni-build",
|
||||
"build:mp-360": "cross-env NODE_ENV=production UNI_PLATFORM=mp-360 vue-cli-service uni-build",
|
||||
"build:mp-alipay": "cross-env NODE_ENV=production UNI_PLATFORM=mp-alipay vue-cli-service uni-build",
|
||||
"build:mp-baidu": "cross-env NODE_ENV=production UNI_PLATFORM=mp-baidu vue-cli-service uni-build",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
"usingComponents" : true
|
||||
},
|
||||
"h5" : {
|
||||
"template" : ""
|
||||
// "publicPath" : "http://lcny.sk797.cn/h5/"
|
||||
"template" : "",
|
||||
"publicPath" : "https://lcny.sk797.cn/h5/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,6 +77,11 @@ export default {
|
|||
onLoad({ id }) {
|
||||
this.id = id
|
||||
this.init()
|
||||
window.postMessage({
|
||||
even:'appbarhidden'
|
||||
},{
|
||||
title:'基地详情'
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue