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 },