From 36f5a552738ff64d35e5508a1db8c2249b9187b0 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 14:25:33 +0800 Subject: [PATCH] update1 --- manifest.json | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 8df2487..529c0ee 100644 --- a/manifest.json +++ b/manifest.json @@ -49,17 +49,13 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wxafc5aaa0fc79532b", + "appid" : "wx3203fd935a6ffe09", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true }, "usingComponents" : true, - "plugins" : { - "kdPlugin" : { - "version" : "1.1.2", - "provider" : "wx6885acbedba59c14" - } - } + "plugins" : {} }, "vueVersion" : "2" } -- Gitblit v1.9.3