From 79e674a12aec9d349db43091b94aa0ef40508368 Mon Sep 17 00:00:00 2001 From: yuanteng <1876787513@qq.com> Date: Sun, 12 Jan 2025 10:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=88=AB=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/myAxios.ts | 4 +- src/views/Commodity/MerchandiseCenter.vue | 2 +- src/views/Commodity/TypeManagement.vue | 36 ++++++++++-- src/views/Login.vue | 29 +++++----- src/views/test.vue | 68 ++--------------------- 5 files changed, 53 insertions(+), 86 deletions(-) diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 62ab694..a9d70c4 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' //测试服务器 }); // 添加请求拦截器 axios.interceptors.request.use(function (config) { diff --git a/src/views/Commodity/MerchandiseCenter.vue b/src/views/Commodity/MerchandiseCenter.vue index 973a6e1..8a49b00 100644 --- a/src/views/Commodity/MerchandiseCenter.vue +++ b/src/views/Commodity/MerchandiseCenter.vue @@ -100,7 +100,7 @@ 添加类别 删除类别 - - + @@ -31,7 +32,7 @@ \ No newline at end of file