From 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 26 九月 2022 15:18:59 +0800
Subject: [PATCH] upkoa
---
src/router/index.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 2ba1f62..10d587c 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -6,7 +6,6 @@
const routes: Array<RouteRecordRaw> = [
// { path: '/', name: 'Home', component: () => import('@/views/home/index.vue')},
{ path: '/', name: 'test', component: () => import('@/views/home/index.vue')},
- { path: '/test', name: 'Home', component: () => import('@/views/test/index.vue')},
]
const router = createRouter({
--
Gitblit v1.8.0