diff --git a/bin/pages.js b/bin/pages.js index 9dff970..69ace01 100644 --- a/bin/pages.js +++ b/bin/pages.js @@ -18,7 +18,7 @@ const getFileInfo = (app, file) => { } const saveApps = app => { 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("产品库目录已同步至后台数据库...") }).catch(() => 0) }