youlaitech / vue3-element-admin

🔥基于 vue3 + vite5 + typescript + element-plus 构建的后台管理前端模板(配套后端源码),vue-element-admin 的 vue3 版本。
https://vue3.youlai.tech
MIT License
1.3k stars 346 forks source link

refactor: :recycle: 优化axios响应数据TS类型提示 #79

Closed cshaptx4869 closed 4 months ago

cshaptx4869 commented 4 months ago

axios 响应拦截处理中,当 code 为 00000 时,代码中返回的是 response.data,其实它的 TS 类型已经不是 AxiosResponse 了,但是使用时还是在按 AxiosResponse 获取,从而导致 then 回调获取不到正确的代码提示

PS:演示地址的用户 perms 字段返回为空数组了...

haoxianrui commented 4 months ago

@cshaptx4869 已恢复