diff --git a/.gitignore b/.gitignore index 3796783a..02992025 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ hs_err_pid* node_modules dist epdc-admin +epdc-admin-hlpt .idea/ \ No newline at end of file diff --git a/public/index.html b/public/index.html index 30ea534d..4a2e8b59 100644 --- a/public/index.html +++ b/public/index.html @@ -32,6 +32,9 @@ window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false // 动态(菜单)路由是否已经添加的状态标示(用于判断是否需要重新拉取数据并进行动态添加操作) 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' diff --git a/src/views/main-index.vue b/src/views/main-index.vue index 1951feb7..7324925b 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(`https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main-shuju/visual-basicinfo-basicInfoMain?token=${Cookies.get('token')}`) + window.open(`${window.SITE_CONFIG['iframeBaseUrl']}?token=${Cookies.get('token')}`) } } } diff --git a/src/views/modules/productIframe/base-community-community.vue b/src/views/modules/productIframe/base-community-community.vue index 068fa3bc..de19703d 100644 --- a/src/views/modules/productIframe/base-community-community.vue +++ b/src/views/modules/productIframe/base-community-community.vue @@ -26,7 +26,6 @@ export default { // 社区服务-九小场所巡查-巡查监管 main/communityService-ninePlaces-inspect-inspect // 社区服务-九小场所巡查-九小场所管理 main/communityService-ninePlaces-places-places // 社区服务-九小场所巡查-巡查人员管理 main/communityService-ninePlaces-team-team - // this.URL = `http://120.27.18.76/epmet-oper-gov/#/main/base-resi?token=${Cookies.get('token')}` this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/base-community-community?token=${Cookies.get('token')}` }, methods: {