吉安感知网项目-前端
张含笑
2026-01-08 cdf3207adf60db13a09df5f3ca5cf656f060caff
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',
  });
};