feat: 更新文件

This commit is contained in:
duanshuwen
2025-10-19 15:29:58 +08:00
parent 98b3651a1b
commit c9ff2021fd
19 changed files with 445 additions and 60 deletions

View File

@@ -1,13 +1,13 @@
import { createRouter, createWebHistory } from "vue-router";
const routes = [
// {
// path: "/",
// name: "Login",
// component: () => import("@/views/login/index.vue"),
// },
{
path: "/",
name: "Login",
component: () => import("@/views/login/index.vue"),
},
{
path: "/home",
name: "Home",
component: () => import("@/views/home/index.vue"),
},