From 2362f194cf6b27eda6b7d65e386e7654f7c2dfcb Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 21 Nov 2022 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?node=E6=9C=8D=E5=8A=A1=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/appsSync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/appsSync.js b/bin/appsSync.js index 9ab5d455..8e63bbca 100644 --- a/bin/appsSync.js +++ b/bin/appsSync.js @@ -3,7 +3,7 @@ const {chalkTag, findApp, fs} = require("./tools"); const compiler = require('vue-template-compiler') const saveApps = app => { if (app.list.length > 0) { - return axios.post("http://192.168.1.87:12525/node/wechatapps/addOrUpdate", app, {timeout: 1000}).then(res => { + return axios.post("http://dvcp.sinoecare.net/node/wechatapps/addOrUpdate", app, {timeout: 1000}).then(res => { if (res.data.code == 0) chalkTag.done("产品库目录已同步至后台数据库...") }).catch(() => 0) } else return Promise.reject("没有应用")