perf: 修改引用

This commit is contained in:
rd
2025-07-09 13:47:34 +08:00
parent 8389f1fac1
commit edc6b3e7ca
2 changed files with 1 additions and 3 deletions

View File

@ -191,7 +191,6 @@ const getHealthData = async () => {
const { code, data } = await getMediaAccountsHealth();
if (code === 200) {
healthData.value = data;
console.log(healthData.value);
}
};
const getAccountData = async () => {