From 8b5da442f7aafa05ab214bf639a850c46557a2bb Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 14 五月 2024 16:38:40 +0800 Subject: [PATCH] huax --- src/router/index.ts | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 7088b74..9664723 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -23,11 +23,16 @@ path: '/home', name: 'home', meta: { auth: true }, - component: Home, + component: Home + }, + { + path: '/dictionary', + name: 'dictionary', + meta: { auth: true }, + component: () =>import('@/views/components/dictionary.vue') } ] } - ] }) -- Gitblit v1.9.1