From fdfa4e71300de7cd59e29e62a0c03db25231fc6d Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Mon, 10 Mar 2025 08:29:57 +0800 Subject: [PATCH] Changes --- src/api/myAxios.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 0a72ae1..5cb4688 100644 --- a/src/api/myAxios.ts +++ b/src/api/myAxios.ts @@ -4,8 +4,8 @@ import router from '../router' const myAxios = axios.create({ withCredentials:true, - baseURL: 'http://localhost:9092/api' - // baseURL: 'http://123.249.108.160:8888/api' //测试服务器 + // baseURL: 'http://localhost:9092/api' + baseURL: 'http://123.249.108.160:8888/api' //测试服务器 // baseURL: 'http://154.8.193.216:9092/api', //隋雨霏服务器 // baseURL: 'http://154.8.193.216:9093/api' //隋雨霏服务器测试环境 });