1
lxf
2025-06-06 d69c2d088a6c0fbc9fb7cd7e12e1ce200a9ebd03
src/router/index.js
@@ -33,6 +33,7 @@
import Authentication from "@/page/user/authentication";
import Aggre from "@/page/user/agreement";
import Recharge from "@/page/user/recharge";
import recharges from "@/page/user/recharges";
import RransferIndex from "@/page/user/ransferIndex";
import transferindexList from "@/page/user//compontents/transferindex-list";
import RechargeSure from "@/page/user/recharge-sure";
@@ -81,6 +82,7 @@
import help_html from "@/page/home/help_html.vue";
import help_fxkz from "@/page/home/help_fxkz.vue";
import help_wdfw from "@/page/home/help_wdfw.vue";
import help_fwxy from "@/page/home/help_fwxy.vue";
import new_service from "@/page/home/new_service.vue";
Vue.use(Router);
@@ -589,6 +591,20 @@
      },
      component: Recharge
    },
    {
      path: "/recharges",
      name: "recharges",
      meta: {
        requireAuth: true,
        show: true
        // title: "充值"
        // requireAuth: true,
        // hasHeader: true,
        // index: 31
      },
      component: recharges
    },
    {
      path: "/transferIndex",
      name: "transferIndex",
@@ -606,6 +622,7 @@
      path: "/rechargeSure",
      name: "rechargeSure",
      meta: {
        title: "RechargeSure",
        requireAuth: true,
        show: true
      },
@@ -648,6 +665,7 @@
      path: "/cashlist",
      name: "cashlist",
      meta: {
        title: 'Withdraw',
        requireAuth: false,
        hasHeader: false,
        index: 56,
@@ -772,7 +790,8 @@
        requireAuth: false,
        hasHeader: false,
        index: 47,
        show: true
        show: true,
        title: i18n.t("hj24"),
      },
      component: newLogin
    },
@@ -1037,6 +1056,17 @@
        show: true
      },
      component: help_wdfw
    },{
      path: "/help_fwxy",
      name: "help_fwxy",
      meta: {
        title: i18n.t("《用戶服務協議》"),
        requireAuth: false,
        hasHeader: false,
        index: 61,
        show: true
      },
      component: help_fwxy
    },
    {
      path: "/new_service",