浏览代码

配置修改,增加线上域名

刘涛 5 年之前
父节点
当前提交
732281f770
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/conf/config.js

+ 2 - 2
src/conf/config.js

@@ -35,7 +35,7 @@ if (document.domain === 'localhost') {
   us = 'http://back-api.weipaitang.com'
   hostDev = 'http://back-admin.wpt.la'
   sTaskJobLog = 'http://10.3.7.11:16686' // 定时任务日志跳转
-  thanos = 'http://thanos-admin.wpt.la'
+  thanos = 'http://thanos-admin-inside.wptqc.com​'
 } else if (document.domain === 'back-admin.weipaitang.com') {
   dc = 'http://back-api.weipaitang.com'
   tc = 'http://back-api.weipaitang.com'
@@ -43,7 +43,7 @@ if (document.domain === 'localhost') {
   us = 'http://back-api.weipaitang.com'
   hostDev = 'http://back-admin.weipaitang.com'
   sTaskJobLog = 'http://ms-trace.weipaitang.com' // 定时任务日志跳转
-  thanos = 'http://thanos-admin.wpt.la'
+  thanos = 'http://thanos-admin-inside.wptqc.com​'
 }
 
 export {