From e2e6bbc17a362c508ed06012cf7b52feea75c0fb Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: Thu, 15 Sep 2022 18:06:35 +0800
Subject: [PATCH] 事故报告照片回显问题
---
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