修复无法下载订阅的bug,我真是bug制造大师...

This commit is contained in:
Peng-YM
2020-11-26 15:16:26 +08:00
parent abb7d61c72
commit d4966a793b
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

File diff suppressed because one or more lines are too long