This commit is contained in:
夜良king
2022-02-26 15:35:04 +08:00
parent 6e737a3fa7
commit 7cd64553ab
3 changed files with 43 additions and 41 deletions

View File

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