This commit is contained in:
孟帅
2023-05-14 23:55:16 +08:00
parent 1227c754d0
commit f30dbf34fa
111 changed files with 2853 additions and 1969 deletions

View File

@@ -109,14 +109,11 @@ router:
prefix: "/admin"
# 不需要验证登录的路由地址
exceptLogin: [
"/site/captcha", # 登录验证码
"/site/login", # 登录
"/site/ping", # ping
"/sms/send", # 短信验证码
"/wechat/authorizeCall", # 微信用户授权回调
]
# 不需要验证权限的路由地址
exceptAuth: [
"/site/config", # 获取后台配置
"/member/info", # 登录用户信息
"/role/dynamic", # 获取动态路由
"/notice/pullMessages", # 拉取我的消息