From d97a51dcc74bd7b197ae54ca764d315d392291fd Mon Sep 17 00:00:00 2001 From: yuanteng <1876787513@qq.com> Date: Wed, 19 Feb 2025 12:05:06 +0800 Subject: [PATCH] 2.19 --- src/api/myAxios.ts | 4 +- src/layout/components/calendarUtil.vue | 48 ++++- src/views/ServiceType/ProductCenter.vue | 29 ++- src/views/test.vue | 244 +++++++++++++++++++++++- 4 files changed, 312 insertions(+), 13 deletions(-) diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index a9d70c4..62ab694 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/layout/components/calendarUtil.vue b/src/layout/components/calendarUtil.vue index 1671d83..afe70ab 100644 --- a/src/layout/components/calendarUtil.vue +++ b/src/layout/components/calendarUtil.vue @@ -1,8 +1,15 @@