From c81bf2132d6d3b7246075c6faa1382365d5f17e2 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期六, 26 八月 2023 15:28:41 +0800
Subject: [PATCH] 	modified:   package.json 	modified:   src/api/standardLibrary.js 	new file:   src/components/experiment/checkTheReport/index.vue 	modified:   src/layout/components/Navbar.vue 	modified:   src/main.js 	modified:   src/router/index.js 	modified:   src/views/chart/work/index.vue 	modified:   src/views/experiment/checkTheReport/index.vue 	modified:   src/views/standardLibrary/index.vue

---
 src/router/index.js |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index c1e514e..31ff874 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -42,6 +42,11 @@
     hidden: true
   },
   {
+    path: '/addCommision',
+    component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'),
+    hidden:true
+  },
+  {
     path: '/',
     component: Layout,
     redirect: '/home',
@@ -414,22 +419,22 @@
   {
     path: '/message',
     component: Layout,
-    redirect: '/message/message',
+    redirect: '/message/toDo',
     name: 'Message',
     meta: { title: '娑堟伅寰呭姙', icon: 'el-icon-s-help' },
     children: [
+        {
+          path: 'toDo',
+          name: 'ToDo',
+          component: () => import('@/views/message/toDo/index'),
+          meta: { title: '鎴戠殑寰呭姙', icon: 'tree' }
+        },
       {
         path: 'message',
         name: 'Message',
         component: () => import('@/views/message/message/index'),
-        meta: { title: '鎴戠殑娑堟伅', icon: 'table' }
+        // meta: { title: '鎴戠殑娑堟伅', icon: 'table' }
       },
-      {
-        path: 'toDo',
-        name: 'ToDo',
-        component: () => import('@/views/message/toDo/index'),
-        meta: { title: '鎴戠殑寰呭姙', icon: 'tree' }
-      }
     ]
   },
   {
@@ -474,7 +479,6 @@
 const createRouter = () => new Router({
   // mode: 'history', // require service support
   scrollBehavior: () => ({ y: 0 }),
-	mode: 'history',
   routes: constantRoutes
 })
 

--
Gitblit v1.9.3