From 3e81148948c93e3e9885c0aff9ec88c5bbc39a71 Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Wed, 1 Nov 2023 23:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Afix?= =?UTF-8?q?=EF=BC=9A=E5=8F=96=E6=B6=88=E4=BA=86=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - manifest.json | 2 +- package.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 193a671..78a752d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,3 @@ selenium-debug.log package-lock.json yarn.lock -/manifest.json diff --git a/manifest.json b/manifest.json index a9b2899..e3780b6 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx78efc832a9373884", + "appid" : "", "setting" : { "urlCheck" : false }, diff --git a/package.json b/package.json index 93e4c3f..49fd105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "dependencies": { - "scss": "^0.2.4", "uview-ui": "^2.0.36" } }