This commit is contained in:
gyq
2026-03-31 10:03:54 +08:00
parent 5fab9a857a
commit c3a20ab2db
2 changed files with 5 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ import test from "@/views/home/test.vue";
const routes = [
{
path: "/",
// name: "home",
name: "home",
component: test,
// component: home,
},