This commit is contained in:
Waiting 2024-05-24 09:41:33 +08:00
parent b53dc2dd4f
commit 11a0637039
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ fs.readFile(manifestPath, (err, data) => {
}, },
(err) => { (err) => {
if(err) { if(err) {
console.log('写入失败', err); console.log('APPID 写入失败', err);
} else { } else {
console.log('写入成功'); console.log(`APPID 写入成功 ${VITE_APP_WX_APPID}`);
} }
} }
); );

View File

@ -18,7 +18,7 @@
"modules": {} "modules": {}
}, },
"mp-weixin": { "mp-weixin": {
"appid": "wx67a750d0ceed4d88", "appid": "wx92e663dc11d0c0a8",
"setting": { "setting": {
"urlCheck": false "urlCheck": false
}, },