From 89a7eb344192e124d6c2c2371fcd5f4c5df1688f Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Feb 2023 16:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=9C=E4=BB=81=E5=A4=8D=E5=88=B6=E9=BB=94?= =?UTF-8?q?=E8=A5=BF=E5=8D=97=E8=B4=A6=E5=8F=B7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/appsSync.js | 2 +- project/tongren/AppAccountTr/AppAccountTr.vue | 281 ++++++++++++++++++ project/tongren/AppSignInfo/list.vue | 2 +- 3 files changed, 283 insertions(+), 2 deletions(-) create mode 100644 project/tongren/AppAccountTr/AppAccountTr.vue diff --git a/bin/appsSync.js b/bin/appsSync.js index 8e63bbca..9ab5d455 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://dvcp.sinoecare.net/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("产品库目录已同步至后台数据库...") }).catch(() => 0) } else return Promise.reject("没有应用") diff --git a/project/tongren/AppAccountTr/AppAccountTr.vue b/project/tongren/AppAccountTr/AppAccountTr.vue new file mode 100644 index 00000000..4c8aa38d --- /dev/null +++ b/project/tongren/AppAccountTr/AppAccountTr.vue @@ -0,0 +1,281 @@ + + + + + diff --git a/project/tongren/AppSignInfo/list.vue b/project/tongren/AppSignInfo/list.vue index cd86d35c..46906462 100644 --- a/project/tongren/AppSignInfo/list.vue +++ b/project/tongren/AppSignInfo/list.vue @@ -15,7 +15,7 @@ - +