From 2a6364632f5480a504c3facb4978f14b14136816 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 12:40:22 +0800
Subject: [PATCH] up

---
 src/router/index.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 97e29bb..3eff3f2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -5,6 +5,8 @@
 
 const routes: Array<RouteRecordRaw> = [
     { path: '/', name: 'Home', component: () => import('views/home/index.vue')},
+    { path: '/my', name: 'myMine', component: () => import('views/myMine/index.vue')},
+    { path: '/paiban', name: 'paiban', component: () => import('views/paiban/index.vue')},
     { path: '/test', name: 'Test', component: () => import('views/test.vue')}
 ]
 

--
Gitblit v1.8.0