From f84d9c46574a2cd663105859035bc17891270923 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 14 八月 2023 10:41:54 +0800
Subject: [PATCH] Merge branch 'master' into fly
---
router/authority.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/router/authority.go b/router/authority.go
index 64f8160..269fc5c 100644
--- a/router/authority.go
+++ b/router/authority.go
@@ -15,7 +15,7 @@
//authorityRouter.DELETE("delete", authorityApi.Delete) // 鍒犻櫎瑙掕壊
//authorityRouter.PUT("update", authorityApi.Update) // 鏇存柊瑙掕壊
//authorityRouter.POST("getAuthorityList", authorityApi.GetAuthorityList) // 鑾峰彇瑙掕壊鍒楄〃
- authorityRouter.POST("setDataAuthority", authorityApi.SetDataAuthority) // 璁剧疆瑙掕壊璧勬簮鏉冮檺
+ authorityRouter.POST("setMenuAuthority", authorityApi.SetMenuAuthority) // 璁剧疆瑙掕壊璧勬簮鏉冮檺
//authorityRouter.POST("getAuthorityId", authorityApi.GetAuthorityId) // 鑾峰彇鎸囧畾瑙掕壊鏉冮檺
}
}
--
Gitblit v1.8.0