From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc
---
src/router/my.js | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/src/router/my.js b/src/router/my.js
index 465cbbb..8732214 100644
--- a/src/router/my.js
+++ b/src/router/my.js
@@ -3,15 +3,18 @@
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") },//公告中心
+ { path: '/my/change-password/:id', name: 'changePassword', component: () => import("@/views/my/change-password.vue") },//公告中心
+ { path: '/my/advance-auth', name: 'advaceAuth', component: () => import("@/views/my/advance-auth.vue") },//高级认证
+ ]
},
];
--
Gitblit v1.9.3