|
@@ -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 {
|