1
admin
2026-01-31 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd
src/router/index.js
@@ -38,6 +38,7 @@
import transferindexList from "@/page/user//compontents/transferindex-list";
import RechargeSure from "@/page/user/recharge-sure";
import RechargeList from "@/page/user/rechargelist";
import MoneyRecord from "@/page/user/moneyRecord.vue";
import Cash from "@/page/user/cash";
import Cashlist from "@/page/user/cashlist";
import AddCard from "@/page/user/addCard";
@@ -119,12 +120,22 @@
      },
      component: () => import("@/page/markets/markets.vue")
    },
    {
      path: "/transferNew",
      name: "transferNew",
      meta: {
        title: i18n.t("划转"),
        requireAuth: true,
        index: 1
      },
      component: () => import("@/page/user/transferNew.vue")
    },
    // AI量化交易
    {
      path: "/aiTrading",
      name: "aiTrading",
      meta: {
        title: "AI" + i18n.t("量化交易"),
        title: i18n.t("量化交易"),
        requireAuth: true,
        show: true,
        index: 1
@@ -249,7 +260,7 @@
      },
      component: () => import("@/page/trading/stockRecord.vue")
    },
    // 账户页面
    // 账户
    {
      path: "/account",
      name: "account",
@@ -259,6 +270,30 @@
        index: 0
      },
      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")
    },
    // 新闻列表页面
    {
@@ -832,6 +867,17 @@
      component: RechargeList
    },
    {
      path: "/moneyRecord",
      name: "moneyRecord",
      meta: {
        requireAuth: false,
        hasHeader: false,
        index: 57,
        show: true
      },
      component: MoneyRecord
    },
    {
      path: "/cash",
      name: "cash",
      meta: {
@@ -1053,6 +1099,7 @@
        title: i18n.t("hj244"),
        requireAuth: false,
        hasHeader: false,
        show: true,
        index: 52
      },
      component: Wallet