diff --git a/src/pages/home.vue b/src/pages/home.vue index f57b627..4cc6290 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -67,7 +67,7 @@ export default { uni.navigateTo({url: `${app.path}`}) }, getApps() { - this.apps = config.apps + this.apps = config.apps.map(e => ({...e, path: e.libPath})) this.$instance.post("/node/wechatapps/list", null, { baseURL: "http://192.168.1.87:12525/", params: {size: 999, type: 'mp'}, withoutToken: true }).then(res => {