mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
修复管理端刷新tokenapi错误问题
This commit is contained in:
@@ -58,7 +58,7 @@ export const logout = () => {
|
||||
|
||||
// 刷新token
|
||||
export const handleRefreshToken = (token) => {
|
||||
return getRequestWithNoToken(`/user/refresh/${token}`);
|
||||
return getRequestWithNoToken(`/passport/user/refresh/${token}`);
|
||||
};
|
||||
// 获取用户登录信息
|
||||
export const userInfo = (params) => {
|
||||
|
||||
Reference in New Issue
Block a user