From 482efd9ee971fe7d799a015dc288340c85b8805c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 九月 2022 11:24:17 +0800
Subject: [PATCH] 1.新增  提交类按钮只能提交一次的控制2.关联类的按钮  接口返回成功后显示对话框

---
 src/router/index.js |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 52 insertions(+), 5 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 2b5bff5..11b18f9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,6 +101,22 @@
   // { 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: '/jcsz',
     component: Layout,
@@ -514,12 +530,43 @@
     alwaysShow: true,
     children: [
       {
-        path: 'sczxbb',
-        name: 'BMGZCancel',
+        path: 'bzgztj',
+        name: 'BZGZTJCancel',
         code: '1090',
-        component: () => import('@/views/bbgl/sczxbb'),
-        meta: { code: '1090', title: '鐢熶骇鎵ц鎶ヨ〃', icon: '', keepAlive: true }
-      }]
+        component: () => import('@/views/bbgl/bzgz'),
+        meta: { code: '1090', title: '鐝粍宸ヨ祫缁熻', icon: '', keepAlive: true }
+      }, {
+        path: 'rygz',
+        name: 'RYGZCancel',
+        code: '1091',
+        component: () => import('@/views/bbgl/rygz'),
+        meta: { code: '1091', title: '浜哄憳宸ヨ祫', icon: '', keepAlive: true }
+      }, {
+        path: 'wwgx',
+        name: 'WWGXCancel',
+        code: '1092',
+        component: () => import('@/views/bbgl/wwgx'),
+        meta: { code: '1092', title: '濮斿宸ュ簭', icon: '', keepAlive: true }
+      }, {
+        path: 'blmx',
+        name: 'BLMXJCancel',
+        code: '1093',
+        component: () => import('@/views/bbgl/blmx'),
+        meta: { code: '1093', title: '涓嶈壇鏄庣粏', icon: '', keepAlive: true }
+      }, {
+        path: 'pzyc',
+        name: 'PZYCJCancel',
+        code: '1094',
+        component: () => import('@/views/bbgl/pzyc'),
+        meta: { code: '1094', title: '鍝佽川寮傚父', icon: '', keepAlive: true }
+      }, {
+        path: 'wxmx',
+        name: 'WXMXJCancel',
+        code: '1095',
+        component: () => import('@/views/bbgl/wxmx'),
+        meta: { code: '1095', title: '缁翠慨鏄庣粏', icon: '', keepAlive: true }
+      }
+    ]
   },
   {
     path: '/xtsz',

--
Gitblit v1.9.3