From e9fcfc26a37a207f74372483fd93efedd89dc85e Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 23 May 2025 16:48:23 +0800
Subject: [PATCH] style

---
 src/router/my.js |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/router/my.js b/src/router/my.js
index 465cbbb..180dcc8 100644
--- a/src/router/my.js
+++ b/src/router/my.js
@@ -3,15 +3,16 @@
     meta: {
       commonHeader: true,
     },
-    path: '/my',name:'my',component:()=>import("@/views/my/index.vue"),
-		children: [
-      { path: '/my/dashboard',name:'dashboard', component:()=>import("@/views/my/dashboard.vue")},//我的资产
-      { path: '/my/security',name:'security', component:()=>import('@/views/my/mysecurity.vue')},//帐户安全
-      { path: '/my/payment',name:'payment', component:()=>import('@/views/my/payment.vue')},//收款方式
-      { path: '/my/universal', name:'universal',component:()=>import('@/views/my/universal.vue')},//通用
-      { path:'/my/helpCenter',name:'helpCenter',component:()=>import("@/views/my/helpCenter.vue")}, //帮助中心
-      { path:'/my/announcement',name:'Announcement',component:()=>import("@/views/my/announcement.vue")},//公告中心
-		]
+    path: '/my', name: 'my', component: () => import("@/views/my/index.vue"),
+    children: [
+      { path: '/my/dashboard', name: 'dashboard', component: () => import("@/views/my/dashboard.vue") },//我的资产
+      { path: '/my/security', name: 'security', component: () => import('@/views/my/center.vue') },//帐户安全
+      { path: '/my/payment', name: 'payment', component: () => import('@/views/my/payment.vue') },//收款方式
+      { path: '/optionRecord', name: 'payment', component: () => import('@/views/wallet/components/optionRecord.vue') },//合约
+      { path: '/my/universal', name: 'universal', component: () => import('@/views/my/universal.vue') },//通用
+      { path: '/my/helpCenter', name: 'helpCenter', component: () => import("@/views/my/helpCenter.vue") }, //帮助中心
+      { path: '/my/announcement', name: 'Announcement', component: () => import("@/views/my/announcement.vue") },//公告中心
+    ]
   },
 ];
 

--
Gitblit v1.9.3