diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 6428803..3e39629 100644 --- a/src/api/myAxios.ts +++ b/src/api/myAxios.ts @@ -4,7 +4,7 @@ import router from '../router' const myAxios = axios.create({ withCredentials:true, - baseURL: 'http://localhost:8888/api'//测试服务器 + baseURL: 'http://localhost:9092/api'//测试服务器 }); // 添加请求拦截器 axios.interceptors.request.use(function (config) {