新大宝股票管理后台
1
jhzh
2026-01-15 a536a28e7101533b9be66716e397b789f32e81d0
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',
@@ -579,6 +611,17 @@
                },
              },
              {
                path: '/account/settings/googleAuthCode',
                name: 'GoogleAuthCode',
                component: () => import('@/views/account/settings/googleAuthCode'),
                meta: {
                  title: '绑定谷歌验证器',
                  hidden: true,
                  keepAlive: true,
                  permission: ['user'],
                },
              },
              {
                path: '/account/settings/custom',
                name: 'CustomSettings',
                component: () => import('@/views/account/settings/Custom'),