mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化管理端和卖家端登录
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
putRequest,
|
||||
deleteRequest,
|
||||
getRequestWithNoToken,
|
||||
postRequestWithNoToken,
|
||||
postRequestWithNoTokenData,
|
||||
commonUrl,
|
||||
} from "@/libs/axios";
|
||||
|
||||
@@ -29,7 +29,7 @@ export const getSellerHomeData = params => {
|
||||
|
||||
// 登陆
|
||||
export const login = params => {
|
||||
return postRequestWithNoToken("/login/userLogin", params);
|
||||
return postRequestWithNoTokenData("/login/userLogin", params);
|
||||
};
|
||||
|
||||
// 登出
|
||||
|
||||
Reference in New Issue
Block a user