zhangjf db4d89144d fix: 修复前端页面数据加载问题
问题原因:
- request.js 响应拦截器已经提取了 res.data
- 但页面代码中还在使用 res.data.records/res.data.total
- 导致实际访问的是 undefined

修复内容:
- role.vue: res.data.records -> res.records
- menu.vue: res.data -> res
- contact.vue: res.data.records -> res.records, res.data -> res

现在页面可以正确加载数据了
2026-02-15 16:59:39 +08:00
fundplatform @ 60e29de355
2026-02-15 16:54:33 +08:00
Description
资金管理平台
326 MiB
Languages
Java 61.1%
Vue 26.6%
Shell 6.6%
TypeScript 4.7%
Dockerfile 0.5%
Other 0.4%