From c819024e241b9f7c54cc3786373ad0d2998f2190 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 05 May 2023 08:55:46 +0800
Subject: [PATCH] 修改
---
src/router/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index f96b465..258d228 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -65,12 +65,12 @@
{
path: '/',
component: Layout,
- redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
- // redirect: '/workPlan/workPlan/reserve',
+ // redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
+ redirect: '/safetyproduction/safetyproduction/checklist',
children: [
{
path: 'dashboard',
- component: () => import('@/views/workPlan/reserve'),
+ component: () => import('@/views/safetyproduction/checklist'),
name: 'Dashboard1',
meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
}
--
Gitblit v1.9.2