路由更新

This commit is contained in:
2025-10-16 18:03:46 +08:00
parent 1199cbc176
commit 0811af6d03
94 changed files with 9511 additions and 667 deletions

View File

@@ -64,7 +64,7 @@ export const routes: Array<RouteRecordRaw> = [
{
path: "",
name: "Home",
component: () => import("@/views/Home.vue"),
component: () => import("@/views/HomeView.vue"),
meta: {
title: "首页",
requiresAuth: false,