点口管理

This commit is contained in:
2026-06-10 17:26:36 +08:00
parent 787ad93dee
commit 810d2bfc40
12 changed files with 571 additions and 810 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { useUserStore } from '@/store'
// TODO: 替换为实际的 API 地址
export const baseUrl = ' https://lygcgs.com.cn:8078/shjapi/api/'
export const baseUrl = 'https://sggl.sedin.com.cn/sgglapi/api/'
// ===== 防止重复请求 =====
const pendingRequests = new Map()