From 576fbe7418510c9f442fe93100db93445fcf3964 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期六, 11 五月 2024 15:04:01 +0800 Subject: [PATCH] 修改 --- 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