From 5d401317e2feb33346236e83023560ea5dad3437 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Fri, 24 Nov 2023 15:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=C2=B7=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 4 +- pages/card/card_bind.vue | 86 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 pages/card/card_bind.vue diff --git a/common/config.js b/common/config.js index 6969b75..510b5a8 100644 --- a/common/config.js +++ b/common/config.js @@ -6,8 +6,8 @@ * loginTimeoutPage = "/pages/login/index", // 登录超时或失效的情况下,跳转到的登录页面 */ module.exports = { - baseUrl: 'http://192.168.2.109:7201', - // baseUrl: 'https://jianguan.yyundong.com', + baseUrl: 'http://192.168.2.112:7201', + // baseUrl: 'https://supervise.yxtsoft.com/lpkapi', // baseUrl: 'http://jianguan.yyundong.com/api', tokenName: "Authorization", // 请求头中token的名字,与服务器端对应 loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码 diff --git a/pages/card/card_bind.vue b/pages/card/card_bind.vue new file mode 100644 index 0000000..faf4fd4 --- /dev/null +++ b/pages/card/card_bind.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file