From 55424ae85fe3b97a0fa383e00515e5edc4e9a75b Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 07 Jul 2024 10:15:18 +0800
Subject: [PATCH] 7.6更改的东西

---
 src/config/router.config.js |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 6b033cf..fc8a790 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -171,6 +171,12 @@
             component: () => import('@/views/position/financing'),
             meta: { title: '持仓管理', keepAlive: true, permission: ['financing'] },
           },
+          {
+            path: '/position/currentPriceReview',
+            name: 'currentPriceReview',
+            component: () => import('@/views/position/currentPriceReview'),
+            meta: { title: '现价审核', keepAlive: true, permission: ['financing'] },
+          },
           // {
           //   path: '/position/createfinancing',
           //   name: 'createfinancing',
@@ -330,7 +336,7 @@
             name: 'timelist',
             component: () => import('@/views/risksetting/timelist'),
             meta: { title: '股票时间列表', keepAlive: true, permission: ['timelist'] },
-          },
+          }
           // {
           //   path: '/risksetting/indexsetting',
           //   name: 'indexsetting',
@@ -344,6 +350,21 @@
           //   component: () => import('@/views/risksetting/spreadsetting'),
           //   meta: { title: '点差设置', keepAlive: true, permission: ['spreadsetting'] },
           // },
+        ],
+      },
+      // // vip抢筹
+      {
+        path: '/vip',
+        redirect: '/vip/VIPScramble',
+        component: RouteView,
+        meta: { title: 'VIP抢筹', icon: 'money-collect', permission: ['financing'] },
+        children: [
+          {
+            path: '/vip/VIPScramble',
+            name: 'VIPScramble',
+            component: () => import('@/views/vip/VIPScramble'),
+            meta: { title: 'VIP抢筹', keepAlive: true, permission: ['financing'] },
+          },
         ],
       },
       // 系统设置
@@ -614,14 +635,14 @@
             path: '/loanmanage/index',
             name: 'Loanmanage',
             component: () => import('@/views/loanmanage/index'),
-            meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
+            meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] },
           },
           {
             path: '/loanmanage/institution',
             name: 'institution',
             component: () => import('@/views/loanmanage/institution'),
-            meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
-          }
+            meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] },
+          },
           // {
           //   path: '/loanmanage/institution',
           //   name: 'Institution',
@@ -634,7 +655,7 @@
           //   component: () => import('@/views/loanmanage/index'),
           //   meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
           // }
-        ]
+        ],
       },
       {
         path: '/interesttreasure',

--
Gitblit v1.9.3