From d40130e364588bc6fe8921061711db7ccdcf71c7 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期三, 29 六月 2022 18:09:01 +0800 Subject: [PATCH] 应急队伍管理页面 --- src/router/route.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 2cc9a9a..d88d69f 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -27,6 +27,22 @@ button:'121231' }, }, + { + path: '/team', + name: 'team', + component: () => import('/@/views/contingency/team/index.vue'), + meta: { + title: 'message.router.team', + isLink: '', + isHide: false, + isKeepAlive: true, + isAffix: true, + isIframe: false, + roles: ['admin', 'common'], + icon: 'iconfont icon-shouye', + button:'121231' + }, + }, ], }, ]; -- Gitblit v1.9.2