wenbobowen 4 年之前
父节点
当前提交
4e61f47c06
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/apiConfig/requestIP.js

+ 1 - 0
src/apiConfig/requestIP.js

@@ -14,6 +14,7 @@ if (location.host.indexOf('localhost') < 0) {
     envTag = 'pre'
   } else if (host.indexOf('zhihui.xiaojukeji.com') >= 0) {
     envTag = 'online'
+    envUrl = 'http://zhihui-env.intra.xiaojukeji.com/#/env'
   }
 }