feat(statioin-page): action button group

This commit is contained in:
yangsy
2025-11-27 17:59:39 +08:00
parent f278a690c6
commit 7f9d868643
10 changed files with 294 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ export function useLineStationsQuery() {
queryKey: computed(() => [LINE_STATIONS_QUERY_KEY]),
enabled: computed(() => pollingEnabled.value),
refetchInterval: getAppEnvConfig().requestInterval * 1000,
staleTime: getAppEnvConfig().requestInterval * 1000,
staleTime: getAppEnvConfig().requestInterval * 500,
queryFn: async ({ signal }) => {
console.time('useStationListQuery');
await getStationList({ signal });