mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-12 17:53:13 +08:00
再次修复之前的bug
This commit is contained in:
parent
fb7956b589
commit
117a920faf
@ -602,7 +602,8 @@ function service() {
|
||||
|
||||
let body = "";
|
||||
try {
|
||||
body = await $http.get(url).body;
|
||||
const resp = await $http.get(url);
|
||||
body = resp.body;
|
||||
} catch (err) {
|
||||
throw new Error(err);
|
||||
} finally {
|
||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user