Browse Source

update

master
YUJT 3 years ago
parent
commit
64c6e73d1e
  1. 1
      .gitignore
  2. 3
      public/index.html
  3. 2
      src/views/main-index.vue
  4. 1
      src/views/modules/productIframe/base-community-community.vue

1
.gitignore

@ -14,4 +14,5 @@ hs_err_pid*
node_modules node_modules
dist dist
epdc-admin epdc-admin
epdc-admin-hlpt
.idea/ .idea/

3
public/index.html

@ -32,6 +32,9 @@
window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false // 动态(菜单)路由是否已经添加的状态标示(用于判断是否需要重新拉取数据并进行动态添加操作) window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false // 动态(菜单)路由是否已经添加的状态标示(用于判断是否需要重新拉取数据并进行动态添加操作)
window.SITE_CONFIG['iframeBaseUrl'] = 'https://epdc-shibei.elinkservice.cn/epmet-oper-gov/#/main' 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'
</script> </script>
<!-- 开发环境 --> <!-- 开发环境 -->

2
src/views/main-index.vue

@ -57,7 +57,7 @@ export default {
}, },
goNewUrl () { goNewUrl () {
// window.location.replace(`http://120.27.18.76/epmet-oper-gov/#/main/base-resi?token=${Cookies.get('token')}`) // 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')}`)
} }
} }
} }

1
src/views/modules/productIframe/base-community-community.vue

@ -26,7 +26,6 @@ export default {
// -- main/communityService-ninePlaces-inspect-inspect // -- main/communityService-ninePlaces-inspect-inspect
// -- main/communityService-ninePlaces-places-places // -- main/communityService-ninePlaces-places-places
// -- main/communityService-ninePlaces-team-team // -- 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')}` this.URL = `${window.SITE_CONFIG['iframeBaseUrl']}/base-community-community?token=${Cookies.get('token')}`
}, },
methods: { methods: {

Loading…
Cancel
Save