From bcfb5f83d325ac9f6851ea6b1617242db06abd83 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 18:35:01 +0800
Subject: [PATCH] first

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

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 03745f2..56ef583 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -126,6 +126,12 @@
             component: () => import('@/views/product/shares'),
             meta: { title: '股票产品', keepAlive: true, permission: ['shares'] },
           },
+          {
+            path: '/product/markettrading',
+            name: 'markettrading',
+            component: () => import('@/views/product/markettrading'),
+            meta: { title: '盘前交易', keepAlive: true, permission: ['markettrading'] },
+          },
           // {
           //   path: '/product/index',
           //   name: 'index',
@@ -159,12 +165,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'] },
+          // },
         ],
       },
       // 新股管理
@@ -186,12 +192,12 @@
             component: () => import('@/views/newshares/newsharesrecord'),
             meta: { title: '申购记录', keepAlive: true, permission: ['newsharesrecord'] },
           },
-          // {
-          //   path: '/newshares/dazonglist',
-          //   name: 'dazonglist',
-          //   component: () => import('@/views/newshares/dazonglist'),
-          //   meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
-          // },
+          {
+            path: '/newshares/dazonglist',
+            name: 'dazonglist',
+            component: () => import('@/views/newshares/dazonglist'),
+            meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
+          },
         ],
       },
       // 资金管理
@@ -306,6 +312,12 @@
             name: 'sharessetting',
             component: () => import('@/views/risksetting/sharessetting'),
             meta: { title: '股票风控', keepAlive: true, permission: ['sharessetting'] },
+          },
+          {
+            path: '/risksetting/timelist',
+            name: 'timelist',
+            component: () => import('@/views/risksetting/timelist'),
+            meta: { title: '股票时间列表', keepAlive: true, permission: ['timelist'] },
           },
           // {
           //   path: '/risksetting/indexsetting',
@@ -580,64 +592,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