From 66c2da0469cfd5a5c462019561a02fad5b6e00e1 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 21 Jul 2025 10:59:31 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 3e5ab5e..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',
--
Gitblit v1.9.3