1
PC-20250623MANY\Administrator
2025-08-16 c4d78a9bd30ee90374c1d8be8dc13375c6878830
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",