diff --git a/bin/serve.js b/bin/serve.js index cd6f5fd3..e47116f7 100644 --- a/bin/serve.js +++ b/bin/serve.js @@ -26,7 +26,7 @@ const getFileInfo = (app, file) => { } const saveApps = app => { if (app.list.length > 0) { - axios.post("http://dvcp.sinoecare.net/node/wechatapps/addOrUpdate", app, {timeout: 1000}).then(res => { + 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 => 0).finally(() => fsExtra.outputJson('src/config.json', {apps: app.list})) }