From 08ac00389c5ae6166cf916d90cf403d517c29224 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 13 Nov 2024 15:56:25 +0800
Subject: [PATCH] 1

---
 src/page/userCenter/listBox.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/userCenter/listBox.vue b/src/page/userCenter/listBox.vue
index 58cf1a5..1bc6813 100644
--- a/src/page/userCenter/listBox.vue
+++ b/src/page/userCenter/listBox.vue
@@ -51,9 +51,9 @@
 				this.$router.push(url);
 				 // window.location.href = 'https://orbital7.gitbook.io/7-degrees-of-bitcoin-evolution';
 			}else if(url=='/TermsOfService'){
-				window.location.href = 'https://aorbital7.com/';
+				window.location.href = 'https://app.eaak-web3.com/';
 			}else if(url=='/'){
-				window.location.href = 'https://app.aorbital7.com/';
+				window.location.href = 'https://app.eaak-web3.com/';
 			}else{
 				this.$router.push(url);
 			}

--
Gitblit v1.9.3