diff --git a/public/index.html b/public/index.html
index 4a2e8b59..d3933eb7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -34,13 +34,13 @@
window.SITE_CONFIG['iframeBaseUrl'] = 'https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main'
// window.SITE_CONFIG['iframeBaseUrl'] = 'http://120.27.18.76/epmet-oper-gov/#/main'
window.SITE_CONFIG['iframeDigitUrl'] = 'https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main-shuju/visual-basicinfo-basicInfoMain'
- // window.SITE_CONFIG['iframeDigitUrl'] = 'http://120.27.18.76/epmet-oper-gov/#/main/base-resi'
+ // window.SITE_CONFIG['iframeDigitUrl'] = 'http://120.27.18.76/epmet-oper-gov/#/main-shuju/visual-basicinfo-basicInfoMain'
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<% } %>
diff --git a/src/views/main-index.vue b/src/views/main-index.vue
index 7324925b..fb9b72e3 100644
--- a/src/views/main-index.vue
+++ b/src/views/main-index.vue
@@ -57,7 +57,8 @@ export default {
},
goNewUrl () {
// window.location.replace(`http://120.27.18.76/epmet-oper-gov/#/main/base-resi?token=${Cookies.get('token')}`)
- window.open(`${window.SITE_CONFIG['iframeBaseUrl']}?token=${Cookies.get('token')}`)
+ // window.open(`https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main-shuju/visual-basicinfo-basicInfoMain?token=${Cookies.get('token')}`)
+ window.open(`${window.SITE_CONFIG['iframeDigitUrl']}?token=${Cookies.get('token')}`)
}
}
}