From ce88687a10e79c4ab376960b05a0f7ba6af934ce Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 17 Aug 2021 15:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/station/list/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/station/list/index.vue b/src/pages/station/list/index.vue index fde6f2f..13b6ee9 100644 --- a/src/pages/station/list/index.vue +++ b/src/pages/station/list/index.vue @@ -23,7 +23,7 @@ export default { name: 'backstage', data() { return { - host: Setting.host, + host: Setting.apiBaseURL, isHh: Setting.isHh, isBeta: Setting.isBeta, keyword: '', @@ -147,17 +147,19 @@ export default { }, mounted() { util.getToken() + console.log(this.host,'host'); }, methods: { goSubSystem(item){ let host = this.host + console.log(host,'kanxia'); let href = '' let roleId = this.roleId == 4 ? 0 : 1 let userName = window.btoa(encodeURIComponent(this.userName)) let type = item.id if(type == 1){ href = `${host}pyTrials/#/` - if(process.env.NODE_ENV === 'development') href = 'http://192.168.31.154:8080/' + // if(process.env.NODE_ENV === 'development') href = 'http://120.78.198.231/' }else if(type == 4){ href = `${host}pyFinance/#/` }else if(type == 5){