From b2ca05f7007f588f4d2b8eacb6ceb5535d1570aa Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 17 四月 2026 11:25:14 +0800
Subject: [PATCH] 1.看板发布2.报工记录功能发布
---
src/router/index.js | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index cc1eeed..55361ab 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -40,8 +40,16 @@
component: () => import('@/views/kanbanManager/zhkb'),
hidden: true
}, {
- path: '/cj',
- component: () => import('@/views/kanbanManager/cj'),
+ path: '/zpcj',
+ component: () => import('@/views/kanbanManager/zpcj'),
+ hidden: true
+ }, {
+ path: '/jghjcj',
+ component: () => import('@/views/kanbanManager/jghjcj'),
+ hidden: true
+ }, {
+ path: '/jghjcj2',
+ component: () => import('@/views/kanbanManager/jghjcj2'),
hidden: true
}, {
path: '/ckgl',
@@ -519,9 +527,9 @@
{
path: 'reportList',
name: 'ReportList',
- code: '1040',
+ code: '0700',
component: () => import('@/views/statistic/reportList'),
- meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+ meta: { code: '0700', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
},
{
path: 'monthReport',
--
Gitblit v1.9.3