From f341440c577806306332f1e55b3b4005b2a67e16 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 14 Jun 2025 20:41:40 +0800
Subject: [PATCH] 修改交易页面样式

---
 src/router/index.js |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 50f269a..ea59d1a 100644
--- a/src/router/index.js
+++ b/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";
@@ -58,7 +59,8 @@
 import NewPage from "@/page/home/newPage";
 import NewGg from "@/page/home/newGg";
 import KLine from "@/page/kline/index.vue";
-import TradingBuy from "@/page/trading/buy.vue";
+import TradingBuy from "@/page/trading/newbuy.vue";
+// import TradingBuy from "@/page/trading/buy.vue";
 import NewUser from "@/page/newUser/index.vue";
 import download from "@/page/download/download.vue";
 import Wallet from "@/page/wallet/index.vue";
@@ -81,6 +83,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 +592,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 +623,7 @@
       path: "/rechargeSure",
       name: "rechargeSure",
       meta: {
+        title: "RechargeSure",
         requireAuth: true,
         show: true
       },
@@ -648,6 +666,7 @@
       path: "/cashlist",
       name: "cashlist",
       meta: {
+        title: 'Withdraw',
         requireAuth: false,
         hasHeader: false,
         index: 56,
@@ -772,7 +791,8 @@
         requireAuth: false,
         hasHeader: false,
         index: 47,
-        show: true
+        show: true,
+        title: i18n.t("hj24"),
       },
       component: newLogin
     },
@@ -1037,6 +1057,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",

--
Gitblit v1.9.3