调整部分框架
This commit is contained in:
@@ -11,7 +11,7 @@ instance.interceptors.request.use(config => {
|
|||||||
if (config.url.startsWith("/node")) {
|
if (config.url.startsWith("/node")) {
|
||||||
config.baseURL = "/ns"
|
config.baseURL = "/ns"
|
||||||
} else if (/\/project\/grid/.test(location.pathname)) {
|
} else if (/\/project\/grid/.test(location.pathname)) {
|
||||||
config.baseURL = "/grid"
|
config.baseURL = "/wg"
|
||||||
} else if (/\/project\/sass/.test(location.pathname)) {
|
} else if (/\/project\/sass/.test(location.pathname)) {
|
||||||
config.baseURL = "/saas"
|
config.baseURL = "/saas"
|
||||||
} else if (/\/xiushan/.test(location.pathname)) {
|
} else if (/\/xiushan/.test(location.pathname)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user