From 4b9c7e96534f4b5f093fcd085bb066412efcacc7 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 16:34:09 +0800
Subject: [PATCH] 2

---
 src/router/index.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 1b4606e..7a7ef15 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,7 +52,7 @@
 			children: [{
 					path: 'ico',
 					meta: {
-						tarbar: false,
+						tarbar: true,
 						keepAlive: true
 					},
 					component: () => import( /* webpackChunkName: "ico" */ /* webpackPrefetch: true */
@@ -1425,6 +1425,13 @@
 				import( /* webpackChunkName: "changeFundsPassword" */ /* webpackPrefetch: true */
 					'@/views/changeFundsPassword/index.vue')
 		},
+		{ //重置邮箱/手机号
+			path: '/resetPhoneEmail',
+			name: 'resetPhoneEmail',
+			component: () =>
+				import( /* webpackChunkName: "changeFundsPassword" */ /* webpackPrefetch: true */
+					'@/views/safety/resetPhoneEmail.vue')
+		},
 		{ //绑定验证
 			path: '/bindVerify',
 			name: 'bindVerify',

--
Gitblit v1.9.3