ソースを参照

Merge branch 'feature/fengkong_thanos' of gitlab.weipaitang.com:admin-manager/dc into feature/fengkong_thanos

刘涛 5 年 前
コミット
e02ba61b5e
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/conf/config.js

+ 3 - 3
src/conf/config.js

@@ -19,7 +19,7 @@ if (document.domain === 'localhost') {
   auth = 'https://back-autht.weipaitang.com'
   hostDev = 'http://back-admint.weipaitang.com'
   sTaskJobLog = 'http://10.3.7.11:16686' // 定时任务日志跳转
-  thanos = 'http://thanost.weipaitang.la'
+  thanos = 'http://thanos-admint.wpt.la'
 } else if (document.domain === 'back-admint.weipaitang.com') {
   dc = 'http://back-apit.weipaitang.com'
   tc = 'http://back-apit.weipaitang.com'
@@ -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://thanost.weipaitang.la'
+  thanos = 'http://thanos-admin.wpt.la'
 } 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-inside.wptqc.com'
+  thanos = 'http://thanos-admin.wpt.la'
 }
 
 export {