Browse Source

ceshihuanjing

master
zhangyuan 3 years ago
parent
commit
69a7bb9d42
  1. 1
      .gitignore
  2. 6
      public/index.html

1
.gitignore

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

6
public/index.html

@ -36,15 +36,15 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
// window.SITE_CONFIG['apiURL'] = 'http://127.0.0.1:9094/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-api-test.elinkservice.cn/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-yushan.elinkservice.cn/epdc-api'
// window.SITE_CONFIG['apiURL'] = 'http://47.104.92.53/epdc-api-ys'
window.SITE_CONFIG['workLogURL'] = 'https://epmet-ext1.pingyin.gov.cn/plugin-wrf' //工作日志引用外链地址
</script>
<% } %>
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://epdc-api-test.elinkservice.cn/epdc-api'
window.SITE_CONFIG['apiURL'] = 'http://47.104.92.53/epdc-api-ys'
window.SITE_CONFIG['workLogURL'] = 'https://epmet-ext1.pingyin.gov.cn/plugin-wrf' //工作日志引用外链地址
</script>
<% } %>

Loading…
Cancel
Save