From 3b7c1dfb1786c0417c0d6d26008bd7eae3879c8e Mon Sep 17 00:00:00 2001
From: yuanteng <1876787513@qq.com>
Date: Fri, 20 Dec 2024 15:58:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/myAxios.ts | 4 +-
src/layout/components/appointTime.vue | 230 --------------------------
2 files changed, 2 insertions(+), 232 deletions(-)
delete mode 100644 src/layout/components/appointTime.vue
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/layout/components/appointTime.vue b/src/layout/components/appointTime.vue
deleted file mode 100644
index d8677fd..0000000
--- a/src/layout/components/appointTime.vue
+++ /dev/null
@@ -1,230 +0,0 @@
-
-
-
-
-
- 第{{ index + 1 }}天
-
-
-
-
-
-
-
-
-
第 {{ row + 1 }} 个时间段
-
-
-
-
人数范围
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存
-
-
- 重置
-
-
-
-
-
-
-
-
\ No newline at end of file