mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 17:53:17 +08:00
再次修复之前的bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user