|
|
@@ -84,7 +84,7 @@ $(function () {
|
|
|
function getCurrentUserMenu() {
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: '/thmz/getMenuRelationForCurrentUser',
|
|
|
+ url: '/thmz/getRoleMenuRelationForCurrentUser',
|
|
|
dataType: "json",
|
|
|
headers: {'Accept': 'application/json', 'Authorization': 'Bearer ' + localStorage.getItem("token")},
|
|
|
success: function (res) {
|