diff --git a/examples/router/axios.js b/examples/router/axios.js index 902eba3f..4b1c210d 100644 --- a/examples/router/axios.js +++ b/examples/router/axios.js @@ -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)) {