mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-16 02:37:19 +08:00
修复无法下载订阅的bug,我真是bug制造大师...
This commit is contained in:
parent
2b3f2bbf28
commit
fb7956b589
@ -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 {
|
||||
|
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