优化管理端和卖家端登录

This commit is contained in:
paulGao
2022-01-17 18:00:49 +08:00
parent cf740d9605
commit 1bee69cefb
6 changed files with 47 additions and 11 deletions

View File

@@ -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);
};
// 登出