perf: 部署到阿里云支持选择bucket和域名

This commit is contained in:
xiaojunnuo
2025-08-07 18:30:47 +08:00
parent 79addfda42
commit 013b9c4c7c
3 changed files with 111 additions and 44 deletions
@@ -100,6 +100,8 @@ const getOptions = async () => {
const list = res?.list || res || [];
if (list.length > 0) {
message.value = "获取数据成功,请从下拉框中选择";
} else {
message.value = "获取数据成功,没有数据";
}
optionsRef.value = list;
@@ -145,6 +145,8 @@ const getOptions = async () => {
const list = res?.list || res || [];
if (list.length > 0) {
message.value = "获取数据成功,请从下拉框中选择";
} else {
message.value = "获取数据成功,没有数据";
}
optionsRef.value = list;
pagerRef.value.total = list.length;