From 64902cc758c99e31e274e7ebb36b9502908a24ea Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 10 七月 2024 15:39:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/router.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 8fc0cf1..1e2c89f 100644 --- a/src/router.js +++ b/src/router.js @@ -313,6 +313,23 @@ } ] }, + { + path: '/config', + component: Layout, + children: [ + { + path: '/setting', + name: 'SysSetting', + meta: { + title: '绯荤粺閰嶇疆', + icon: 'answer', + affix: true + }, + component: () => import('@/views/sys/SysSetting') + }, + ] + }, + // { // path: '/message', // component: Layout, -- Gitblit v1.8.0