From 451674dd4dd784fa0725b4ba052d94449d892712 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 28 Sep 2024 15:12:16 +0800
Subject: [PATCH] Merge branch '6-29印度股票' of http://124.156.157.155:8060/r/dg/dabao_admin into 6-29印度股票

---
 src/config/router.config.js |  134 +++++++++++++++++++++++---------------------
 1 files changed, 70 insertions(+), 64 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 41fe767..d4d1d3a 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -171,12 +171,12 @@
             component: () => import('@/views/position/financing'),
             meta: { title: '持仓管理', keepAlive: true, permission: ['financing'] },
           },
-          // {
-          //   path: '/position/createfinancing',
-          //   name: 'createfinancing',
-          //   component: () => import('@/views/position/createFinancing'),
-          //   meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] },
-          // },
+          {
+            path: '/position/createfinancing',
+            name: 'createfinancing',
+            component: () => import('@/views/position/createFinancing'),
+            meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] },
+          },
         ],
       },
       // 新股管理
@@ -203,6 +203,12 @@
             name: 'dazonglist',
             component: () => import('@/views/newshares/dazonglist'),
             meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
+          },
+          {
+            path: '/newshares/dazongshlist',
+            name: 'dazongshlist',
+            component: () => import('@/views/newshares/dazongshlist'),
+            meta: { title: '大宗交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
           },
         ],
       },
@@ -604,64 +610,64 @@
           },
         ],
       },
-      // {
-      //   path: '/loanmanage',
-      //   redirect: '/loanmanage/index',
-      //   component: RouteView,
-      //   meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] },
-      //   children: [
-      //     {
-      //       path: '/loanmanage/index',
-      //       name: 'Loanmanage',
-      //       component: () => import('@/views/loanmanage/index'),
-      //       meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
-      //     },
-      //     {
-      //       path: '/loanmanage/institution',
-      //       name: 'institution',
-      //       component: () => import('@/views/loanmanage/institution'),
-      //       meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
-      //     }
-      //     // {
-      //     //   path: '/loanmanage/institution',
-      //     //   name: 'Institution',
-      //     //   component: () => import('@/views/loanmanage/institution'),
-      //     //   meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
-      //     // }
-      //     // {
-      //     //   path: '/loanmanage/index',
-      //     //   name: 'Loanmanage',
-      //     //   component: () => import('@/views/loanmanage/index'),
-      //     //   meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
-      //     // }
-      //   ]
-      // },
-      // {
-      //   path: '/interesttreasure',
-      //   redirect: '/interesttreasure/index',
-      //   component: RouteView,
-      //   meta: { title: '利息宝管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
-      //   children: [
-      //     {
-      //       path: '/interesttreasure/index',
-      //       name: 'InterestTreasure',
-      //       component: () => import('@/views/interesttreasure/index'),
-      //       meta: { title: '利息宝列表', keepAlive: true, permission: ['interesttreasure'] }
-      //     },
-      //     {
-      //       path: '/interesttreasure/set',
-      //       name: 'set',
-      //       component: () => import('@/views/interesttreasure/set'),
-      //       meta: { title: '利息宝设置', keepAlive: true, permission: ['set'] }
-      //     }
-      //     // {
-      //     //   path: '/userlist/agentlist',
-      //     //   name: 'Agentlist',
-      //     //   component: () => import('@/views/userlist/agentlist'),
-      //     //   meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] }
-      //     // }
-      //   ]
-      // }
+      {
+        path: '/loanmanage',
+        redirect: '/loanmanage/index',
+        component: RouteView,
+        meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] },
+        children: [
+          {
+            path: '/loanmanage/index',
+            name: 'Loanmanage',
+            component: () => import('@/views/loanmanage/index'),
+            meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
+          },
+          {
+            path: '/loanmanage/institution',
+            name: 'institution',
+            component: () => import('@/views/loanmanage/institution'),
+            meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
+          }
+          // {
+          //   path: '/loanmanage/institution',
+          //   name: 'Institution',
+          //   component: () => import('@/views/loanmanage/institution'),
+          //   meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
+          // }
+          // {
+          //   path: '/loanmanage/index',
+          //   name: 'Loanmanage',
+          //   component: () => import('@/views/loanmanage/index'),
+          //   meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
+          // }
+        ]
+      },
+      {
+        path: '/interesttreasure',
+        redirect: '/interesttreasure/index',
+        component: RouteView,
+        meta: { title: '基金管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
+        children: [
+          {
+            path: '/interesttreasure/index',
+            name: 'InterestTreasure',
+            component: () => import('@/views/interesttreasure/index'),
+            meta: { title: '基金列表', keepAlive: true, permission: ['interesttreasure'] },
+          },
+          {
+            path: '/interesttreasure/set',
+            name: 'set',
+            component: () => import('@/views/interesttreasure/set'),
+            meta: { title: '基金设置', keepAlive: true, permission: ['set'] },
+          },
+          // {
+          //   path: '/userlist/agentlist',
+          //   name: 'Agentlist',
+          //   component: () => import('@/views/userlist/agentlist'),
+          //   meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] }
+          // }
+        ],
+      },
       // other
       /*
       {

--
Gitblit v1.9.3