From 418a2d2f1271f2fa05a8560ac497203f0be1d64e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 10 二月 2023 14:25:38 +0800
Subject: [PATCH] 1.采购订单接口接入

---
 src/router/index.js |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 24bb88f..16e61df 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,28 +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: 'zdpc2',
-      name: 'YYQDCancel',
-      code: '1012',
-      component: () => import('@/views/gantt_back/zdpc2'),
-      meta: { code: '1012', title: '鑷姩鎺掔▼2', 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