From c4de6c18e4207fdd4d4d8c77498ae79fa057f868 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 21 Jul 2022 18:27:17 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut
---
src/router/route.ts | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 7275ffa..b0a9927 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -27,22 +27,6 @@
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