From c1b00128e92e7b53a6b92c7228e19235c7f3be10 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 17 十月 2023 15:13:52 +0800
Subject: [PATCH] fix
---
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