优化
This commit is contained in:
parent
b53dc2dd4f
commit
11a0637039
@ -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}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"modules": {}
|
"modules": {}
|
||||||
},
|
},
|
||||||
"mp-weixin": {
|
"mp-weixin": {
|
||||||
"appid": "wx67a750d0ceed4d88",
|
"appid": "wx92e663dc11d0c0a8",
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false
|
"urlCheck": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user