zqbao 9 月之前
父节点
当前提交
0f0bf73776
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/constants.go

+ 1 - 0
utils/constants.go

@@ -53,4 +53,5 @@ const (
 var NoAuthApiMap = map[string]bool{
 	"/role/menu/buttons": true,
 	"/role/menu/list":    true,
+	"/department/list":   true,
 }