From 15079a363658567a62db46ccfe489f04af79a687 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期三, 28 九月 2022 18:41:45 +0800 Subject: [PATCH] 运营管理的基础设置和案件池首页 --- src/router/index.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 709b9f6..0547632 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -11,6 +11,9 @@ path: '/home', name: 'home', component: () => import('@/views/layout'), + meta:{ + needLogin:true, + }, children: [ { path: 'system', -- Gitblit v1.8.0