From 25497e97ad2529aa107bdbeb0a9f10491c6c8fb4 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sat, 20 May 2023 10:57:56 +0800 Subject: [PATCH] improve index and connect wallet --- src/layouts/components/NavBarWallet.vue | 9 +++++---- src/modules/[chain]/index.vue | 25 +++++++++++++++++++++++-- src/modules/[chain]/indexStore.ts | 6 ++++++ 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/src/layouts/components/NavBarWallet.vue b/src/layouts/components/NavBarWallet.vue index 8e1d331e..9c8a573f 100644 --- a/src/layouts/components/NavBarWallet.vue +++ b/src/layouts/components/NavBarWallet.vue @@ -1,10 +1,11 @@