68d5e19f by lihua

修改用户接口

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