From 536d4d648941b493cb12ab89b1adb53aab952c78 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 17 Aug 2025 18:06:36 +0800
Subject: [PATCH] 1

---
 src/router/index.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index fad8cee..22d8071 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -330,6 +330,18 @@
       },
       component: () => import("@/page/home/fundIndex.vue")
     },
+    // 理财规则
+    {
+      path: "/fund_rules",
+      name: "fund_rules",
+      meta: {
+        title: i18n.t("理财"),
+        requireAuth: false,
+        show: true,
+        index: 0
+      },
+      component: () => import("@/page/home/fundRules.vue")
+    },
     // 我的订单,包括持仓和平仓
     {
       path: "/myorder",

--
Gitblit v1.9.3