111
jhzh
2025-02-11 9f96348fb4f2d0442303aafefb5e9ca39ea85663
src/router/index.js
@@ -81,6 +81,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);
@@ -606,6 +607,7 @@
      path: "/rechargeSure",
      name: "rechargeSure",
      meta: {
        title: "RechargeSure",
        requireAuth: true,
        show: true
      },
@@ -648,6 +650,7 @@
      path: "/cashlist",
      name: "cashlist",
      meta: {
        title: 'Withdraw',
        requireAuth: false,
        hasHeader: false,
        index: 56,
@@ -772,7 +775,8 @@
        requireAuth: false,
        hasHeader: false,
        index: 47,
        show: true
        show: true,
        title: i18n.t("hj24"),
      },
      component: newLogin
    },
@@ -1037,6 +1041,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",