锁屏问题修复
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user