修复上传图片404问题

This commit is contained in:
X1627315083
2025-11-12 10:05:00 +08:00
parent e8623ee05e
commit 10844bc820
4 changed files with 4 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ const routes: Array<RouteRecordRaw> = [
children: [
{
path: "tools",
name: "toolsPage",
name: "tools",
meta: { enter: "all",cache:true },
component: () => import("@/views/HomeView/Tools.vue"),
},