锁屏问题修复

This commit is contained in:
aixianling
2022-07-21 17:02:31 +08:00
parent d51565f80f
commit 9c0a6ddc8d
2 changed files with 269 additions and 269 deletions

View File

@@ -57,7 +57,7 @@ export default {
module = 'hnjc' module = 'hnjc'
} else if (/\/project\/saas\//.test(libPath)) { } else if (/\/project\/saas\//.test(libPath)) {
module = 'online' module = 'online'
} else if (/\/project\/xicheng\//.test(libPath)) { } else if (/\/project\/xincheng\//.test(libPath)) {
module = 'xaxc' module = 'xaxc'
} else if (/\/project\/beta\//.test(libPath)) { } else if (/\/project\/beta\//.test(libPath)) {
corpId = 'ww2a667717a70164f1' corpId = 'ww2a667717a70164f1'

View File

@@ -85,7 +85,7 @@
onLoad() { onLoad() {
this.$loading() this.$loading()
this.getInfo() this.getInfo().finally(() => uni.hideLoading())
}, },
methods: { methods: {
@@ -110,7 +110,7 @@
}, },
getInfo() { getInfo() {
this.$http.post(`/api/appgirdinfo/listAllByTop`).then(res => { return this.$http.post(`/api/appgirdinfo/listAllByTop`).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.topGrid = res.data this.topGrid = res.data