pull/35/head
xingyu 2023-09-13 14:52:24 +08:00
parent f294327db8
commit 15e02170b0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ async function init() {
// 1.2 params.scope 使 scopes
}
else {
scopes = res.data.scopes
scopes = res.scopes
for (const scope of scopes)
params.scopes.push(scope.key)
}