From 4ca2e05960b597a906c37aa4bbb8edb79a79943c Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Mon, 16 May 2022 17:26:41 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index dfc57f8..838b09a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -416,9 +416,9 @@
meta: { title: '安全隐患台账', icon: '' }
},
{
- path: '/superiorsSend',
+ path: '/accountSend',
// name: '安全隐患台账-查看隐患单',
- component: () => import('@/views/safetyHazardAccount/superiorsSend'),
+ component: () => import('@/views/safetyHazardAccount/accountSend'),
// meta: { title: '安全隐患台账-查看隐患单', icon: '' }
hidden: true
},
--
Gitblit v1.9.2