This commit is contained in:
aixianling
2023-03-16 09:56:35 +08:00
parent f9c38fe5d5
commit 7ef0072dbf

View File

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