fix: 1. 全局axios添加formData文件上传的检测,删除Content-Type让axios自动检测。

2. 完善入口模块管理的接口的对接。
3. 完善角色权限管理的接口对接和测试。
4. 完善主页的入口模块的图标的显示和图片的显示。
This commit is contained in:
2025-11-29 19:37:29 +08:00
parent 5600de413f
commit fb67f138dc
11 changed files with 290 additions and 164 deletions
+7 -5
View File
@@ -34,11 +34,13 @@ export function links() {
}
// 面包屑导航
// export const handle = {
// breadcrumb: () => {
// return '上传文件'
// }
// }
export const handle = {
breadcrumb: "文档列表",
previousRoute: {
title: "文档列表",
to: "/documents/list"
}
};
export const meta: MetaFunction = () => {
return [