dengbiao 1 개월 전
부모
커밋
7651882b16
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      app/router/router.go

+ 1
- 0
app/router/router.go 파일 보기

@@ -84,6 +84,7 @@ func rComm(r *gin.RouterGroup) {
r.GET("/getBaseInfo", hdl.GetBaseInfo) // 获取系统信息
r.StaticFS("/upload", http.Dir("./static/upload"))
r.Use(mw.CheckPermission) // 检测权限
r.Use(mw.Auth) // 以下接口需要JWT验证
r.POST("/uploadFile", hdl.UploadFile) // 上传文件
r.POST("/getMenuList", hdl.MenuList) // 获取菜单栏列表
}


불러오는 중...
취소
저장