调整部分框架

This commit is contained in:
aixianling
2022-05-30 18:46:47 +08:00
parent c17018ae9d
commit f446104dda

View File

@@ -11,7 +11,7 @@ instance.interceptors.request.use(config => {
if (config.url.startsWith("/node")) {
config.baseURL = "/ns"
} else if (/\/project\/grid/.test(location.pathname)) {
config.baseURL = "/grid"
config.baseURL = "/wg"
} else if (/\/project\/sass/.test(location.pathname)) {
config.baseURL = "/saas"
} else if (/\/xiushan/.test(location.pathname)) {