新大宝股票管理后台
1
jhzh
2025-07-21 66c2da0469cfd5a5c462019561a02fad5b6e00e1
src/config/router.config.js
@@ -212,6 +212,38 @@
          },
        ],
      },
      {
        path: '/addSmart ',
        redirect: '/addSmart/addSmartlist',
        component: RouteView,
        meta: { title: '智能日内', icon: 'sliders', permission: ['addSmartlist'] },
        children: [
          {
            path: '/addSmart/addSmartlist',
            name: 'addSmartlist',
            component: () => import('@/views/addSmart/addSmartlist'),
            meta: { title: '日内配置', keepAlive: true, permission: ['addSmartlist'] },
          },
          {
            path: '/addSmart/addSmartrecord',
            name: 'addSmartrecord',
            component: () => import('@/views/addSmart/addSmartrecord'),
            meta: { title: '日内订单', keepAlive: true, permission: ['addSmartrecord'] },
          },
          // {
          //   path: '/newshares/dazonglist',
          //   name: 'dazonglist',
          //   component: () => import('@/views/newshares/dazonglist'),
          //   meta: { title: '折扣交易列表', keepAlive: true, permission: ['dazonglist'] },
          // },
          // {
          //   path: '/newshares/dazongshlist',
          //   name: 'dazongshlist',
          //   component: () => import('@/views/newshares/dazongshlist'),
          //   meta: { title: '折扣交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
          // },
        ],
      },
      // 资金管理
      {
        path: '/capital',