From 2d115354a7b7279fc06bbb76973f4816d72bb4b9 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Thu, 24 Feb 2022 10:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=92=E8=81=94=E5=B9=B3=E5=8F=B0=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=8E=AF=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- src/views/main-index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index d4a8ddc7..f6f04fd7 100644 --- a/public/index.html +++ b/public/index.html @@ -31,13 +31,13 @@ window.SITE_CONFIG['dynamicMenuRoutes'] = [] // 动态(菜单)路由列表 window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false // 动态(菜单)路由是否已经添加的状态标示(用于判断是否需要重新拉取数据并进行动态添加操作) - window.SITE_CONFIG['iframeBaseUrl'] = 'http://120.27.18.76/epmet-oper-gov/#/main' + window.SITE_CONFIG['iframeBaseUrl'] = 'https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main' <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/views/main-index.vue b/src/views/main-index.vue index 071da607..1951feb7 100644 --- a/src/views/main-index.vue +++ b/src/views/main-index.vue @@ -57,7 +57,7 @@ export default { }, goNewUrl () { // window.location.replace(`http://120.27.18.76/epmet-oper-gov/#/main/base-resi?token=${Cookies.get('token')}`) - window.open(`http://120.27.18.76/epmet-oper-gov/#/main/base-resi?token=${Cookies.get('token')}`) + window.open(`https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main-shuju/visual-basicinfo-basicInfoMain?token=${Cookies.get('token')}`) } } }