吉安感知网项目-前端
张含笑
2026-01-08 271623f98630877f53a6e57aa92dbdfec537ac94
uniapps/work-app/src/api/user/index.js
@@ -49,7 +49,7 @@
}
export const getUserInfo = () => {
  return request({
    url: '/blade-system/user/info',
    url: '/system/user/getInfo',
    method: 'get',
  });
};