Browse Source

auto jump

nieyuge 2 years ago
parent
commit
f6feed7e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index.vue

+ 1 - 1
src/pages/index.vue

@@ -114,7 +114,7 @@ onMounted(() => {
         // @ts-ignore
         let params = JSON.parse(atob(str));
         setStorage(storageKey.userInfo, params)
-        location.href = `/`;
+        location.href = `/nft/list`;
     }
 })
 </script>