dengbiao 2 månader sedan
förälder
incheckning
67c7d1522a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Visa fil

@@ -82,7 +82,7 @@ func route(r *gin.RouterGroup) {

func rComm(r *gin.RouterGroup) {
r.GET("/getBaseInfo", hdl.GetBaseInfo) // 获取系统信息
d r.StaticFS("/upload", http.Dir("./static/upload"))
r.StaticFS("/upload", http.Dir("./static/upload"))
r.Use(mw.CheckPermission) // 检测权限
r.POST("/uploadFile", hdl.UploadFile) // 上传文件
r.POST("/getMenuList", hdl.MenuList) // 获取菜单栏列表


Laddar…
Avbryt
Spara