mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-08 00:53:14 +08:00
修复无法下载订阅的bug,我真是bug制造大师...
This commit is contained in:
@@ -602,7 +602,7 @@ function service() {
|
||||
|
||||
let body = "";
|
||||
try {
|
||||
body = await $http.get(url);
|
||||
body = await $http.get(url).body;
|
||||
} catch (err) {
|
||||
throw new Error(err);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user