diff --git a/.env.development b/.env.development index 240a7de..6206947 100644 --- a/.env.development +++ b/.env.development @@ -13,3 +13,5 @@ VUE_APP_NFT_URL = '0x59e751c2037B710090035B6ea928e0cce80aC03f' VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1' VUE_APP_CHAIN_ID = '5611' + +VUE_APP_APP_NAME = 'CF UAW' diff --git a/.env.production b/.env.production index 144a626..c7982a9 100644 --- a/.env.production +++ b/.env.production @@ -11,4 +11,6 @@ VUE_APP_NFT_URL = '0x59e751c2037B710090035B6ea928e0cce80aC03f' # BEB合约 VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1' -VUE_APP_CHAIN_ID = '5611' \ No newline at end of file +VUE_APP_CHAIN_ID = '5611' + +VUE_APP_APP_NAME = 'CF UAW' \ No newline at end of file diff --git a/public/index.html b/public/index.html index 2120a59..9c4d8b5 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,6 @@
- + + + diff --git a/src/components/walletDialog/index.vue b/src/components/walletDialog/index.vue index b3434da..beb3565 100644 --- a/src/components/walletDialog/index.vue +++ b/src/components/walletDialog/index.vue @@ -9,18 +9,8 @@

Connect your wallet to start your Counter Fire journey

-
-
  • -
    - {{ item.name }} -
    -
    - - {{ item.name }} -
    -
  • -
    -
    + +
  • {{ item.name }}
  • +
  • +
    + Disconnect +
    +
  • @@ -38,12 +33,7 @@