From d7fab6b5d91a5c49d84f7d21025cb6bc16b43bdf Mon Sep 17 00:00:00 2001
From: zpzgiser <45806316+zpzgiser@users.noreply.github.com>
Date: Mon, 19 Jul 2021 23:09:39 +0800
Subject: [PATCH] 更改颜色、文字、表格

---
 src/router/views/index.js |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 596f702..b814105 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -242,7 +242,7 @@
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/management/idinformation')
         }]
-    }, {
+    },{
         path: '/securityCompany',
         redirect: '/securityCompany/index',
         component: Layout,
@@ -272,5 +272,31 @@
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index')
         }]
+    }, {
+        path: '/securityUnitOperation/operationTable',
+        redirect: '/securityUnitOperation/operationTable/index',
+        component: Layout,
+        children: [{
+            path: 'index',
+            name: '公司运营情况智能分析详情表',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable')
+        }]
+    }, {
+        path: '/securityUnitOperation/economicTable',
+        redirect: '/securityUnitOperation/economicTable/index',
+        component: Layout,
+        children: [{
+            path: 'index',
+            name: '公司经济情况智能分析详情表',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/economicTable')
+        }]
     }
 ]
\ No newline at end of file

--
Gitblit v1.9.3