From b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 二月 2023 16:58:46 +0800
Subject: [PATCH] 1.自动排程代码正在研究
---
src/router/index.js | 38 ++++++++++++++++++++++----------------
1 files changed, 22 insertions(+), 16 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 1d13113..24bb88f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,22 +101,28 @@
// { path: '*', redirect: '/404', hidden: true }
]
export const asyncRoutes = [
- // {
- // path: '/gtt',
- // component: Layout,
- // redirect: '/gtt/back',
- // name: '鍩虹璁剧疆',
- // code: '1001',
- // meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
- // alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
- // children: [{
- // path: 'back',
- // name: 'YYQDCancel',
- // code: '1011',
- // component: () => import('@/views/gantt_back/gantt_back'),
- // meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
- // }]
- // },
+ {
+ path: '/gtt',
+ component: Layout,
+ redirect: '/gtt/back',
+ name: '鍩虹璁剧疆',
+ code: '1001',
+ meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
+ alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+ children: [{
+ path: 'back',
+ name: 'YYQDCancel',
+ code: '1011',
+ component: () => import('@/views/gantt_back/gantt_back'),
+ meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
+ }, {
+ path: 'zdpc2',
+ name: 'YYQDCancel',
+ code: '1012',
+ component: () => import('@/views/gantt_back/zdpc2'),
+ meta: { code: '1012', title: '鑷姩鎺掔▼2', icon: '', keepAlive: true }
+ }]
+ },
{
path: '/jcsz',
component: Layout,
--
Gitblit v1.9.3