新大宝股票管理后台
1
PC-20250623MANY\Administrator
2025-07-19 66eff909403555bdc86d25eeec78c7b4a2f2ee59
src/config/router.config.js
@@ -202,13 +202,34 @@
            path: '/newshares/dazonglist',
            name: 'dazonglist',
            component: () => import('@/views/newshares/dazonglist'),
            meta: { title: '折扣交易列表', keepAlive: true, permission: ['dazonglist'] },
            meta: { title: '大宗产品', keepAlive: true, permission: ['dazonglist'] },
          },
          {
            path: '/newshares/dazongshlist',
            name: 'dazongshlist',
            component: () => import('@/views/newshares/dazongshlist'),
            meta: { title: '折扣交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
            meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazongshlist'] },
          },
        ],
      },
      // ai量化交易
      {
        path: '/aiShares',
        redirect: '/aiShares/aiShareslist',
        component: RouteView,
        meta: { title: 'ai量化交易', icon: 'sliders', permission: ['aiShareslist'] },
        children: [
          {
            path: '/aiShares/aiShareslist',
            name: 'aiShareslist',
            component: () => import('@/views/aiShares/aiShareslist'),
            meta: { title: 'ai产品列表', keepAlive: true, permission: ['aiShareslist'] },
          },
          {
            path: '/aishares/aisharesrecord',
            name: 'aisharesrecord',
            component: () => import('@/views/aiShares/aisharesrecord'),
            meta: { title: 'ai产品记录', keepAlive: true, permission: ['aisharesrecord'] },
          },
        ],
      },
@@ -622,12 +643,12 @@
            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/institution',
          //   name: 'Institution',