1
PC-20250623MANY\Administrator
2025-07-19 6bf742b19037b59da70f2bc4119c9c0c68430870
src/router/index.js
@@ -249,7 +249,7 @@
      },
      component: () => import("@/page/trading/stockRecord.vue")
    },
    // 账户页面
    // 账户
    {
      path: "/account",
      name: "account",
@@ -260,6 +260,30 @@
      },
      component: () => import("@/page/user/account.vue")
    },
    // 我的贷款
    {
      path: "/loan",
      name: "loan",
      meta: {
        title: i18n.t("我的贷款"),
        requireAuth: true,
        show: true,
        index: 1
      },
      component: () => import("@/page/user/loan.vue")
    },
    // 我的贷款记录
    {
      path: "/loanRecord",
      name: "loanRecord",
      meta: {
        title: i18n.t("dkjl"),
        requireAuth: true,
        show: true,
        index: 2
      },
      component: () => import("@/page/user/loanRecord.vue")
    },
    // 新闻列表页面
    {
      path: "/new-list",