We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c68c1e commit 45d096dCopy full SHA for 45d096d
src/req/api/user.js
@@ -2,9 +2,6 @@ const api = {
2
getMyInfo: {
3
url: '/eobi-api/api/sys/currentUserInfo',
4
},
5
- getMyAuthority: {
6
- url: '/eobi-api/api/sys/getCurrentPermissions',
7
- },
8
};
9
10
export default api;
0 commit comments