68d5e19f by lihua

修改用户接口

1 parent 3bc75464
......@@ -320,7 +320,7 @@ export const getSingleList = (params) => request({
// 获取当前登录人信息
export const getCurrentUserInfo = (params) => {
return request({
url: `${import.meta.env.VITE_APP_PERSONAL_URL}/staff/data/get-current-staff`,
url: `${import.meta.env.VITE_API_COMMON_URL}/staff/data/get-current-staff`,
method: "post",
params
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!