perf: eab从更多参数中挪到外面

This commit is contained in:
xiaojunnuo
2026-02-05 11:39:06 +08:00
parent 1d8d5251ae
commit 5ea4f46de7
3 changed files with 4 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ const getOptions = async () => {
optionsRef.value = options;
if (hasOptions.value == null) {
//初始设置一次
if (options.length > 0) {
hasOptions.value = true;
} else {