From d2a6b6f9de0589ef3e74e37eb138fbee097673c1 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 11 Jun 2024 16:33:32 +0800
Subject: [PATCH] 换个code

---
 src/config/router.config.js |  118 +++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 71 insertions(+), 47 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 03745f2..95f78ad 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -61,6 +61,12 @@
             component: () => import('@/views/userlist/agentlist'),
             meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] },
           },
+          {
+            path: '/userlist/lervelist',
+            name: 'lervelist',
+            component: () => import('@/views/userlist/lervelist'),
+            meta: { title: '杠杠申请列表', keepAlive: true, permission: ['agentlist'] },
+          },
         ],
       },
       // {
@@ -126,6 +132,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 +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'] },
+          // },
         ],
       },
       // 新股管理
@@ -186,12 +198,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'] },
+          },
         ],
       },
       // 资金管理
@@ -252,6 +264,12 @@
             component: () => import('@/views/logmanage/loginlog'),
             meta: { title: '登录日志', keepAlive: true, permission: ['loginlog'] },
           },
+          {
+            path: '/logmanage/running-log',
+            name: 'running-log',
+            component: () => import('@/views/logmanage/running-log'),
+            meta: { title: '流水日志', keepAlive: true, permission: ['loginlog'] },
+          },
           // {
           //   path: '/logmanage/smslog',
           //   name: 'smslog',
@@ -306,6 +324,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,55 +604,55 @@
           },
         ],
       },
-      {
-        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: '/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'] },
+        meta: { title: '基金管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
         children: [
           {
             path: '/interesttreasure/index',
             name: 'InterestTreasure',
             component: () => import('@/views/interesttreasure/index'),
-            meta: { title: '利息宝列表', keepAlive: true, permission: ['interesttreasure'] },
+            meta: { title: '基金列表', keepAlive: true, permission: ['interesttreasure'] },
           },
           {
             path: '/interesttreasure/set',
             name: 'set',
             component: () => import('@/views/interesttreasure/set'),
-            meta: { title: '利息宝设置', keepAlive: true, permission: ['set'] },
+            meta: { title: '基金设置', keepAlive: true, permission: ['set'] },
           },
           // {
           //   path: '/userlist/agentlist',

--
Gitblit v1.9.3