|
@@ -5,14 +5,14 @@ let auth = 'https://back-autht.weipaitang.com';
|
|
|
let hostDev = 'http://back-admint.weipaitang.com';
|
|
|
let us = 'http://back-apit.weipaitang.com';
|
|
|
let sTaskJobLog = "http://10.3.7.11:16686"; // 定时任务日志跳转
|
|
|
-let thanos = "http://127.0.0.1:7070";
|
|
|
+let thanos = "http://thanos-admint.wpt.la";
|
|
|
|
|
|
if (document.domain === 'localhost') {
|
|
|
|
|
|
// dc = 'http://localhost:8000/api'
|
|
|
// dc = 'http://backend.wpt.local:8087'
|
|
|
dc = 'http://back-apit.weipaitang.com';
|
|
|
- thanos = "http://127.0.0.1:7070";
|
|
|
+ thanos = "http://thanos-admint.wpt.la";
|
|
|
} else if (document.domain === 'back-admint.wpt.la') {
|
|
|
dc = 'http://back-apit.weipaitang.com';
|
|
|
us = 'http://back-apit.weipaitang.com';
|
|
@@ -20,7 +20,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';
|
|
@@ -28,7 +28,7 @@ if (document.domain === 'localhost') {
|
|
|
us = 'http://back-apit.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-admin.wpt.la') {
|
|
|
dc = 'http://back-admin.wpt.la/api';
|
|
|
tc = 'http://back-admin.wpt.la/api';
|
|
@@ -36,7 +36,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-admint.wpt.la";
|
|
|
} else if (document.domain === 'back-admin.weipaitang.com') {
|
|
|
dc = 'http://back-api.weipaitang.com';
|
|
|
tc = 'http://back-api.weipaitang.com';
|
|
@@ -44,7 +44,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-admint.wpt.la";
|
|
|
}
|
|
|
|
|
|
export {
|