修正多处问题,添加骨架屏

This commit is contained in:
2026-06-29 16:41:36 +08:00
parent e85f39ab83
commit 13b99428de
124 changed files with 929 additions and 147 deletions
@@ -1,4 +1,4 @@
/**
/**
* 团课模拟数据(测试环境使用)
* 数据格式与后端返回格式保持一致
*/
+1 -1
View File
@@ -1,4 +1,4 @@
// const BASE_URL = 'http://localhost:8080/api'
// const BASE_URL = 'http://localhost:8080/api'
// const BASE_URL = 'http://192.168.5.15:8084/api'
const BASE_URL = 'https://www.gymmanage.xyz/api'
+1 -1
View File
@@ -1,4 +1,4 @@
import { request, setToken, clearToken, clearAllCache, clearCache } from '@/utils/request.js'
import { request, setToken, clearToken, clearAllCache, clearCache } from '@/utils/request.js'
// ========== 登录相关API ==========