node服务线上设置

This commit is contained in:
2022-11-21 16:39:34 +08:00
parent e421f3bd30
commit 7b501528fb

View File

@@ -18,7 +18,7 @@ const getFileInfo = (app, file) => {
} }
const saveApps = app => { const saveApps = app => {
if (app.list.length > 0) { if (app.list.length > 0) {
axios.post("http://192.168.1.87:12525/node/wechatapps/addOrUpdate", app).then(res => { axios.post("http://dvcp.sinoecare.net/node/wechatapps/addOrUpdate", app).then(res => {
if (res?.code == 0) chalkTag.done("产品库目录已同步至后台数据库...") if (res?.code == 0) chalkTag.done("产品库目录已同步至后台数据库...")
}).catch(() => 0) }).catch(() => 0)
} }