大宝管理后台代码
dcc
2024-06-23 bb0f427b174dbcad9c324dda96e846aca796727f
src/config/router.config.js
@@ -604,38 +604,38 @@
          },
        ],
      },
      // {
      //   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',