锁屏问题修复
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
||||
module = 'hnjc'
|
||||
} else if (/\/project\/saas\//.test(libPath)) {
|
||||
module = 'online'
|
||||
} else if (/\/project\/xicheng\//.test(libPath)) {
|
||||
} else if (/\/project\/xincheng\//.test(libPath)) {
|
||||
module = 'xaxc'
|
||||
} else if (/\/project\/beta\//.test(libPath)) {
|
||||
corpId = 'ww2a667717a70164f1'
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
onLoad() {
|
||||
this.$loading()
|
||||
this.getInfo()
|
||||
this.getInfo().finally(() => uni.hideLoading())
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -110,7 +110,7 @@
|
||||
},
|
||||
|
||||
getInfo() {
|
||||
this.$http.post(`/api/appgirdinfo/listAllByTop`).then(res => {
|
||||
return this.$http.post(`/api/appgirdinfo/listAllByTop`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.topGrid = res.data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user