perf: 支持部署到goedge

This commit is contained in:
xiaojunnuo
2025-12-29 18:57:22 +08:00
parent 136e8dd7c5
commit 44bf4b1cc1
7 changed files with 403 additions and 5 deletions

View File

@@ -138,6 +138,7 @@ const getOptions = async () => {
onError(err: any) {
hasError.value = true;
message.value = `获取选项出错:${err.message}`;
optionsRef.value = [];
},
showErrorNotify: false,
}