From 51aaf66068e52f01121919d7c6a853db398e52fa Mon Sep 17 00:00:00 2001 From: showlizi Date: Fri, 14 Jun 2024 18:03:36 +0800 Subject: [PATCH] fix: route unisat --- src/layouts/components/NavBarWallet.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/components/NavBarWallet.vue b/src/layouts/components/NavBarWallet.vue index 98e1c038..db1b43b3 100644 --- a/src/layouts/components/NavBarWallet.vue +++ b/src/layouts/components/NavBarWallet.vue @@ -43,7 +43,7 @@ const tipMsg = computed(() => { let chainId = baseStore?.value?.currentChainId; let params = ''; -if (route.path === '/SIDE-Testnet') { +if (route.path === '/SIDE-Testnet' || route.path === '/wallet/unisat') { chainId = 'S2-testnet-2'; params = JSON.stringify({ wallet: ['okex', 'unisat']