调整好可灵 API

This commit is contained in:
RockYang
2025-03-04 21:57:24 +08:00
parent f687a10416
commit ba55fca7cc

View File

@@ -882,6 +882,7 @@ onMounted(async () => {
// 获取系统配置 // 获取系统配置
getSystemInfo().then((res) => { getSystemInfo().then((res) => {
keLingPowers.value = res.data.keling_powers; keLingPowers.value = res.data.keling_powers;
updateModelPower();
}); });
}); });
onUnmounted(() => { onUnmounted(() => {