Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-13 15:04:32 +08:00
commit 5df08f52fc
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ function getSTSToken(credentials) {
loading = true;
let res = await GetObjectStoreToken();
loading = false;
localStorage.setItem('stsToken', JSON.stringify(res))
resolve(res)
let p = queue.shift();
while (p) {