fix location reload error
This commit was merged in pull request #30.
This commit is contained in:
@@ -10,7 +10,6 @@ export default function TopBar() {
|
||||
},
|
||||
onError: (error) => {
|
||||
console.log(error)
|
||||
location.reload();
|
||||
},
|
||||
onSuccess: (res) => {
|
||||
if(res?.data?.resultCode != '0'){
|
||||
|
||||
Reference in New Issue
Block a user