吉安感知网项目-前端
张含笑
2026-01-09 fdeecaafd44cf8ce7fa3ded6e1a0f121f41f0f9e
uniapps/work-app/src/api/user/index.js
@@ -49,13 +49,13 @@
}
export const getUserInfo = () => {
  return request({
    url: '/blade-system/user/info',
    url: '/system/user/getInfo',
    method: 'get',
  });
};
export const updateInfo = row => {
  return request({
    url: '/blade-system/user/update-info',
    url: '/system/user/profile/update',
    method: 'post',
    data: row,
  });