This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
add_mode
DengBiao
1 year ago
parent
cf83fd62bb
commit
bdcbb88f49
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/router/admin_router.go
+ 0
- 1
app/router/admin_router.go
View File
@@ -265,7 +265,6 @@ func AdminRoute(r *gin.RouterGroup) {
r.Use(mw.Auth) //检测登录状态
r.GET("/userInfo", hdl2.UserInfo) //用户信息
r.Any("/changePwd", hdl2.Demo) //修改密码
r.GET("/sysCfg", hdl2.GetSysCfg) //基础配置-获取
r.Use(mw.CheckPermission) //检测权限
Write
Preview
Loading…
Cancel
Save