From 41bd05fd0fade06490f2e9b3a9eb2e8617eaaf1d Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Fri, 6 Jun 2025 12:37:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(manifest):=20=E6=9B=B4=E6=96=B0=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E5=90=AF=E7=94=A8es6=E5=92=8C=E4=BB=A3=E7=A0=81=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 4 +++- src/pages/about/components/upload.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 344cc1a..791ddeb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -85,7 +85,9 @@ "mp-weixin": { "appid": "wxa2abb91f64032a2b", "setting": { - "urlCheck": false + "urlCheck": false, + "es6": true, + "minified": true }, "usingComponents": true }, diff --git a/src/pages/about/components/upload.vue b/src/pages/about/components/upload.vue index 07f81f5..bd9239e 100644 --- a/src/pages/about/components/upload.vue +++ b/src/pages/about/components/upload.vue @@ -22,7 +22,7 @@