|
@ -34,13 +34,13 @@ |
|
|
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['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'] = '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' |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<!-- 开发环境 --> |
|
|
<!-- 开发环境 --> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> |
|
|
<script> |
|
|
<script> |
|
|
window.SITE_CONFIG['apiURL'] = 'https://epdc-shibei.elinkservice.cn/epdc-api' |
|
|
window.SITE_CONFIG['apiURL'] = 'https://epdc-shibei-test.elinkservice.cn/epdc-api' |
|
|
</script> |
|
|
</script> |
|
|
<% } %> |
|
|
<% } %> |
|
|
<!-- 集成测试环境 --> |
|
|
<!-- 集成测试环境 --> |
|
|