From 11a06370396ed65a5b6e4b7a445fa5df1b51fa00 Mon Sep 17 00:00:00 2001 From: Waiting Date: Fri, 24 May 2024 09:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.modify.ts | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.modify.ts b/manifest.modify.ts index 1f4950f..bc66028 100644 --- a/manifest.modify.ts +++ b/manifest.modify.ts @@ -27,9 +27,9 @@ fs.readFile(manifestPath, (err, data) => { }, (err) => { if(err) { - console.log('写入失败', err); + console.log('APPID 写入失败', err); } else { - console.log('写入成功'); + console.log(`APPID 写入成功 ${VITE_APP_WX_APPID}`); } } ); diff --git a/src/manifest.json b/src/manifest.json index 97574ec..cd4e264 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -18,7 +18,7 @@ "modules": {} }, "mp-weixin": { - "appid": "wx67a750d0ceed4d88", + "appid": "wx92e663dc11d0c0a8", "setting": { "urlCheck": false },