修复 public 服务转发

This commit is contained in:
whyour
2023-05-10 01:07:46 +08:00
parent 7c3bb90d12
commit 50718ba714
7 changed files with 2790 additions and 2387 deletions
-1
View File
@@ -27,7 +27,6 @@ const Error = () => {
}
retryTimes.current += 1;
setTimeout(() => {
reloadUser();
getLog(false);
}, 3000);
})