From baf475f44f0a940bbdc2dde36fff9cdf97da58bc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 17 八月 2023 16:43:28 +0800 Subject: [PATCH] 证书修改 --- src/router/route.ts | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 313ab37..27f6937 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -111,29 +111,5 @@ meta: { title: '安全物资与设备' } - }, - { - path: '/dhzy', - name: 'dhzy', - component: () => import('/@/views/newSpecialWorkSystem/workTicket/zysq/index.vue'), - meta: { - title: '作业申请' - } - }, - { - path: '/wdsq1', - name: 'wdsq1', - component: () => import('/@/views/newSpecialWorkSystem/workTicket/wdsq/index.vue'), - meta: { - title: '我的申请' - } - }, - { - path: '/sqjl1', - name: 'sqjl1', - component: () => import('/@/views/newSpecialWorkSystem/workTicket/sqjl/index.vue'), - meta: { - title: '申请记录' - } - }, + } ]; -- Gitblit v1.9.2