From d63c013d1f02bb75a576916e997a674cbf560e30 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Tue, 14 Feb 2023 10:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E6=A8=A1=E5=BC=8F=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {