This commit is contained in:
yanran200730
2023-06-16 15:45:54 +08:00
parent cf6b2ae087
commit 129ea08723
2 changed files with 12 additions and 3 deletions

View File

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