From d1715a03a32f283d2faeadee02a1ae98b956485a Mon Sep 17 00:00:00 2001 From: yuanteng <1876787513@qq.com> Date: Thu, 31 Oct 2024 19:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/myAxios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {