From 8994e585d37575ef6df49f083ed23796a85a4113 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 15:13:06 +0800
Subject: [PATCH] fix: bug
---
src/hooks/industrialPark.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/hooks/industrialPark.ts b/src/hooks/industrialPark.ts
index ac9adc3..93cc1d9 100644
--- a/src/hooks/industrialPark.ts
+++ b/src/hooks/industrialPark.ts
@@ -10,7 +10,7 @@
placeholderData: () => [] as API.IndustrialParkDropDownOutput[],
});
- /**濂栧姳閲戝洯鍖� */
+ /**鍙敤璧勯噾鍥尯 */
const fourStreamsIndustrialParkList = computed(() => {
return industrialParkList.value.filter((x) => !!x.rewardEnable);
});
--
Gitblit v1.9.1