Compare commits

...

25 Commits

Author SHA1 Message Date
ihzero 00e6628189 打包 2024-01-29 22:23:42 +08:00
ihzero be897f3391 x 2024-01-29 22:21:44 +08:00
ihzero f697ade3bf 打包 2024-01-02 11:12:20 +08:00
ihzero 233ab2f796 打包 2024-01-02 10:53:13 +08:00
ihzero 88422c7fcd 打败哦 2023-12-31 10:25:29 +08:00
ihzero bce9df6b1c 修改bug 2023-12-30 23:18:26 +08:00
ihzero a0e6e4b71f 修改 2023-12-30 22:12:54 +08:00
ihzero 3c2abc8dce 修改 2023-12-07 15:24:37 +08:00
ihzero 5be20c15d3 打包 2023-12-06 18:12:07 +08:00
ihzero 7397101ece 打包 2023-12-05 15:58:18 +08:00
ihzero e61d287d60 打包 2023-11-28 15:40:57 +08:00
ihzero 2ad7021e46 打包 2023-11-28 14:21:58 +08:00
ihzero a858bcea76 打包 2023-11-28 14:13:43 +08:00
ihzero ff8b4998fa 打包 2023-11-28 12:21:19 +08:00
ihzero ca8894d99a 修改样式 2023-11-23 15:03:55 +08:00
ihzero b0d2ffbc1f Merge branch 'master' into develop 2023-11-23 15:00:39 +08:00
ihzero 5d8733f9a6 打包 2023-11-23 14:30:30 +08:00
ihzero 7ad6449812 打包 2023-11-22 21:23:32 +08:00
ihzero 49b6b23b73 Merge branch 'master' into develop 2023-11-22 21:21:11 +08:00
ihzero d1c7d2741a 打包 2023-11-18 14:08:15 +08:00
ihzero 4979e671d3 修改域名 2023-11-15 13:26:50 +08:00
ihzero d7e31ac7e5 Merge branch 'master' into develop 2023-11-15 13:24:53 +08:00
ihzero b8195da0e3 打包 2023-11-12 21:33:38 +08:00
ihzero 36e357cedc 修改 2023-11-12 18:56:07 +08:00
ihzero a70790a56e 打包 2023-11-12 18:44:47 +08:00
15 changed files with 17 additions and 12 deletions

View File

@ -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'

View File

@ -1,4 +1,4 @@
ENV = 'test'
VUE_APP_BASE_API = 'http://lcny.sk797.cn/h5/'
VUE_APP_BASE_API = 'https://lcny.sk797.cn'

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.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

View File

@ -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",

View File

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

View File

@ -77,6 +77,11 @@ export default {
onLoad({ id }) {
this.id = id
this.init()
window.postMessage({
even:'appbarhidden'
},{
title:'基地详情'
})
},
methods: {
init() {