整合上架版进入标准流程

This commit is contained in:
aixianling
2022-07-04 15:48:17 +08:00
parent 993b90857d
commit 16bbd9080f
311 changed files with 15 additions and 34 deletions

View File

@@ -19,8 +19,6 @@ instance.interceptors.request.use(config => {
if (['xaxc'].includes(module)) {
config.url = config.url.replace(/(app|auth|admin)\//, "api/")
}
} else if (sessionStorage.getItem("prj") == "saas" || module == "saas") {
config.baseURL = '/online'
} else config.baseURL = "/lan"
return config
}, err => {