离线模式兼容
This commit is contained in:
@@ -67,7 +67,7 @@ export default {
|
|||||||
uni.navigateTo({url: `${app.path}`})
|
uni.navigateTo({url: `${app.path}`})
|
||||||
},
|
},
|
||||||
getApps() {
|
getApps() {
|
||||||
this.apps = config.apps
|
this.apps = config.apps.map(e => ({...e, path: e.libPath}))
|
||||||
this.$instance.post("/node/wechatapps/list", null, {
|
this.$instance.post("/node/wechatapps/list", null, {
|
||||||
baseURL: "http://192.168.1.87:12525/", params: {size: 999, type: 'mp'}, withoutToken: true
|
baseURL: "http://192.168.1.87:12525/", params: {size: 999, type: 'mp'}, withoutToken: true
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user