UI-Project/src/router/index.js
@@ -259,6 +259,19 @@ }, ] }, /*----------- 报工管理 ----------------*/ { path: 'reportWork', name: 'reportWork', component: () => import('../views/ReportWork/reportWork.vue'), children:[ { path: '/ReportWork/reportWork', name: 'reportWork', component: () => import('../views/ReportWork/reportWork.vue') }, ] }, /*----------- 管理系统 ----------------*/ { path: 'sys',