From 68f160d3a3e6a5b63aae4afa4228a549a957b9a4 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 30 Nov 2021 19:00:06 +0800 Subject: [PATCH] 11.30 19.00 --- src/setting.js | 4 ++-- src/views/Login.vue | 1 + src/views/serve/Configure.vue | 1 + src/views/setting/Person.vue | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/setting.js b/src/setting.js index 10c3de9..85a6126 100644 --- a/src/setting.js +++ b/src/setting.js @@ -13,8 +13,8 @@ if (isDev) { jumpPath = "http://192.168.31.254:8087/"; // 本地调试-需要启动本地判分点系统 // host = "http://39.108.250.202:9000"; - host = "http://39.108.250.202:9000";//线上 - // host = 'http://192.168.31.151:9000'// 榕 + // host = "http://39.108.250.202:9000";//线上 + host = 'http://192.168.31.151:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 // host = 'http://192.168.31.137:9000'// 赓 } else if (isTest) { diff --git a/src/views/Login.vue b/src/views/Login.vue index 85cf5d8..f9ce555 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -194,6 +194,7 @@ export default { if (valid) { this.$post(this.api.logins,param).then(res => { this.$message.success(res.message); + console.log(res.data.token) sessionStorage.setItem('token',res.data.token) this.$router.push({ path:'/customer' diff --git a/src/views/serve/Configure.vue b/src/views/serve/Configure.vue index 976ea90..1cff2d0 100644 --- a/src/views/serve/Configure.vue +++ b/src/views/serve/Configure.vue @@ -172,6 +172,7 @@ export default { }; this.$post(this.api.queryServiceConfig, data).then(res => { this.systemData = res.serviceList.records; + console.log(this.systemData) this.totals = res.serviceList.total; }).catch(res => { }); diff --git a/src/views/setting/Person.vue b/src/views/setting/Person.vue index d61a529..bbd4d82 100644 --- a/src/views/setting/Person.vue +++ b/src/views/setting/Person.vue @@ -378,9 +378,12 @@