BUG 30125

This commit is contained in:
aixianling
2022-06-09 14:24:42 +08:00
parent e060b32200
commit 9b65561e61
4 changed files with 96 additions and 116 deletions

View File

@@ -28,9 +28,7 @@ const saveApps = app => {
if (app.list.length > 0) {
axios.post("http://192.168.1.87:12525/node/wechatapps/addOrUpdate", app, {timeout: 1000}).then(res => {
if (res.data.code == 0) chalkTag.done("产品库目录已同步至后台数据库...")
}).catch(err => {
console.log(err)
})
}).catch(() => 0)
}
}