解决冲突

This commit is contained in:
夜良king
2022-02-26 15:27:10 +08:00
parent 25b403cde9
commit 6e737a3fa7
3 changed files with 41 additions and 42 deletions

View File

@@ -27,6 +27,10 @@ export const getHomeNotice = params => {
return getRequest("/other/article/getByPage?type=STORE_ARTICLE&pageSize=15");
};
// 获取全部权限数据
export const getCurrentPermissionList = (params) => {
return getRequest("/menu/memberMenu", params);
};
// 登陆