郫都积分

This commit is contained in:
liuye
2022-12-28 09:56:06 +08:00
parent 7083bf34a6
commit 79539038b7
4 changed files with 58 additions and 26 deletions

View File

@@ -15,6 +15,8 @@ instance.interceptors.request.use(config => {
config.baseURL = "/saas"
} else if (/\/tianfuxing/.test(location.pathname)) {
config.baseURL = "/tfx"
} else if (/\/qianxinan/.test(location.pathname)) {
config.baseURL = "/qxn"
} else if (/\/xiushan/.test(location.pathname)) {
config.baseURL = "/xsjr"
} else if (/project\/oms/.test(location.pathname)) {