修正多处问题,添加骨架屏
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* 团课模拟数据(测试环境使用)
|
||||
* 数据格式与后端返回格式保持一致
|
||||
*/
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
import { request, setToken, clearToken, clearAllCache, clearCache } from '@/utils/request.js'
|
||||
import { request, setToken, clearToken, clearAllCache, clearCache } from '@/utils/request.js'
|
||||
|
||||
// ========== 登录相关API ==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user