ZengTao
2024-12-03 d219290089df8c9acd2e84ab0f135fc42e3b682d
UI-Project/src/router/index.js
@@ -291,6 +291,19 @@
      },
    ]
  },
  /*----------- 报表管理 ----------------*/
  {
    path: 'reportmanage',
    name: 'reportmanage',
    component: () => import('../views/Reportmanage/reportmanage.vue'),
    children:[
      {
        path: '/Reportmanage/reportmanage',
        name: 'reportmanage',
        component: () => import('../views/Reportmanage/reportmanage.vue')
      },
    ]
  },
        /*----------- 管理系统 ----------------*/
        {
          path: 'sys',