This commit is contained in:
张成
2026-04-01 10:37:51 +08:00
parent 494555a6e1
commit 7199c6b5cf
10 changed files with 187 additions and 17 deletions

View File

@@ -30,6 +30,24 @@ const baseConfig = {
"api/swagger.json",
"/api/auth/verify",
// 转发层路由白名单(框架不鉴权,由控制器内部做 Token 鉴权)
// 与 swagger 一致的无 /api 前缀路径
"/admin/",
"/applet/",
"/equipment/",
"/favor/",
"/finder/",
"/friend/",
"/group/",
"/label/",
"/login/",
"/message/",
"/other/",
"/pay/",
"/qy/",
"/shop/",
"/sns/",
"/user/",
"/ws/",
"/api/admin/",
"/api/applet/",
"/api/equipment/",