Browse Source

auto jump

nieyuge 2 năm trước cách đây
mục cha
commit
f6feed7e8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>