From a536a28e7101533b9be66716e397b789f32e81d0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 15:00:31 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..43d0f46 100644
--- a/src/config/router.config.js
+++ b/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'),
--
Gitblit v1.9.3