From d552cacb56526a04975cdb7d7901c0ecf1d9a941 Mon Sep 17 00:00:00 2001 From: youzi <2410633923@qq.com> Date: Mon, 25 Aug 2025 11:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E7=9A=84=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 089e32d..8fe4974 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,17 +1,5 @@ import { createRouter, createWebHistory } from "vue-router"; import { routes } from 'vue-router/auto-routes'; -// import layout from "@/Layout.vue"; -// import Home from '@/views/Home.vue'; - -// 导入视图组件 - 修改为@开头的懒加载路径 - -// const Gallery = () => import("@/views/Gallery.vue"); -// const Article = () => import("@/views/Article.vue"); -// const Widget = () => import("@/views/Widget.vue"); -// const AppShare = () => import("@/views/AppShare.vue"); -// const Plink = () => import("@/views/Plink.vue"); -// const Login = () => import("@/views/Login.vue"); -// const NotFound = () => import("@/views/NotFound.vue"); routes.unshift({ path: "/",