Explorar el Código

修改客户端权限判断BUG

zhou.xiaoning hace 4 años
padre
commit
aada245bd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/common/menu.go

+ 1 - 1
controllers/common/menu.go

@@ -94,7 +94,7 @@ func createMenu(datas []interface{}, loginID int) []ClientMenu {
 			rulekey := data["rulekey"].(string)
 			if len(rulekey) != 0 {
 				// 判断是否有权限
-				funcMenuList, err := models.GetRoleFuncMenuLists(loginID, rulekey)
+				funcMenuList, err := models.GetErmcpRoleFuncMenuLists(loginID, rulekey)
 				if err != nil {
 					continue
 				}