修改菜单模式

This commit is contained in:
橙子
2021-10-23 20:23:44 +08:00
parent 26495a974d
commit 0cc6604c84
6 changed files with 50 additions and 79 deletions

View File

@@ -25,5 +25,11 @@ export default {
url: `/User/GetUserInfoById`,
method: 'get'
})
}
},
GetMenuByUserId() {
return myaxios({
url: `/User/GetMenuByUserId`,
method: 'get'
})
},
}