tools页面加入缓存

This commit is contained in:
X1627315083
2025-11-20 10:58:16 +08:00
parent ae142b8edf
commit 57ff23e477
4 changed files with 19 additions and 14 deletions

View File

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