From 61944978f51ca99a001162ac1ff3d32dcd5315ed Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Wed, 16 Jul 2025 14:54:58 +0800
Subject: [PATCH] 1
---
src/router/index.js | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 50 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8c68275..4a98d02 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -191,6 +191,30 @@
},
component: () => import("@/page/markets/ipoOrder.vue")
},
+ // 理财基金
+ {
+ path: "/fund",
+ name: "fund",
+ meta: {
+ title: i18n.t("理财基金"),
+ requireAuth: true,
+ show: true,
+ index: 1
+ },
+ component: () => import("@/page/markets/fund.vue")
+ },
+ // 理财基金订单
+ {
+ path: "/fundOrder",
+ name: "fundOrder",
+ meta: {
+ title: i18n.t("基金订单"),
+ requireAuth: true,
+ show: true,
+ index: 2
+ },
+ component: () => import("@/page/markets/fundOrder.vue")
+ },
// 自选
{
path: "/watchlists",
@@ -213,7 +237,19 @@
},
component: () => import("@/page/trading/TradeNew.vue")
},
- // 新交易页面
+ // 平仓记录页面
+ {
+ path: "/stockRecord",
+ name: "stockRecord",
+ meta: {
+ title: i18n.t("jl"),
+ requireAuth: true,
+ show: true,
+ index: 1
+ },
+ component: () => import("@/page/trading/stockRecord.vue")
+ },
+ // 账户页面
{
path: "/account",
name: "account",
@@ -235,6 +271,18 @@
index: 1
},
component: () => import("@/page/home/newList.vue")
+ },
+ // 指数图
+ {
+ path: "/kLineIndex",
+ name: "kLineIndex",
+ meta: {
+ title: i18n.t("hj238"),
+ requireAuth: true,
+ show: true,
+ index: 1
+ },
+ component: () => import("@/page/kline/kIndex.vue")
},
//#endregion
//#region 旧路由---------------------------------------------
@@ -630,6 +678,7 @@
title: i18n.t("订单详情"),
requireAuth: true,
hasHeader: false,
+ show: true,
index: 22
},
component: Stockdetail
--
Gitblit v1.9.3