This commit is contained in:
2024-06-08 16:56:04 +08:00
parent f27ec08724
commit 3774e9fe55
13 changed files with 112 additions and 29 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export class SD {
return successMessage(data);
} catch (error) {
return errorMessage(error.toString());
return errorMessage("加载数据失败,错误信息如下:" +error.toString());
}
}