吉安感知网项目-前端
shuishen
2026-01-08 5f7b4be87d2a9567f1c26567acf7feb95ec1407e
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,
  });