|  | @@ -1,7 +1,6 @@
 | 
	
		
			
				|  |  |  import { createWebHistory, createRouter } from 'vue-router'
 | 
	
		
			
				|  |  |  /* Layout */
 | 
	
		
			
				|  |  |  import Layout from '@/layout'
 | 
	
		
			
				|  |  | -import yjLayout from '@/views/YuJing/index.vue'
 | 
	
		
			
				|  |  |  import LayoutEx from "@/layoutEx";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
	
		
			
				|  | @@ -219,28 +218,6 @@ export const constantRoutes = [
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |      ]
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  // {
 | 
	
		
			
				|  |  | -  //   path: '/YuJing/index',
 | 
	
		
			
				|  |  | -  //   component: yjLayout,
 | 
	
		
			
				|  |  | -  //   hidden: true,
 | 
	
		
			
				|  |  | -  //   children: [
 | 
	
		
			
				|  |  | -  //     {
 | 
	
		
			
				|  |  | -  //       path: '/YuJing/shouye/index',
 | 
	
		
			
				|  |  | -  //       component: () => import('@/views/YuJing/shouye/index.vue'),
 | 
	
		
			
				|  |  | -  //       meta: { title: '首页', icon: 'Setting', affix: true }
 | 
	
		
			
				|  |  | -  //     },
 | 
	
		
			
				|  |  | -  //     {
 | 
	
		
			
				|  |  | -  //       path: '/YuJing/transaction/dutyRecord',
 | 
	
		
			
				|  |  | -  //       component: () => import('@/views/YuJing/transaction/dutyRecord.vue'),
 | 
	
		
			
				|  |  | -  //       meta: { title: '值班管理', icon: 'Setting', affix: true }
 | 
	
		
			
				|  |  | -  //     },
 | 
	
		
			
				|  |  | -  //     {
 | 
	
		
			
				|  |  | -  //       path: '/YuJing/water/monitorAlert',
 | 
	
		
			
				|  |  | -  //       component: () => import('@/views/YuJing/water/monitorAlert.vue'),
 | 
	
		
			
				|  |  | -  //       meta: { title: '水功能区', icon: 'Setting', affix: true }
 | 
	
		
			
				|  |  | -  //     },
 | 
	
		
			
				|  |  | -  //   ]
 | 
	
		
			
				|  |  | -  // },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      path: '/user',
 | 
	
		
			
				|  |  |      component: Layout,
 |