riku
2025-02-24 0b700614e2f3e41df4655ba5469217e009c246ac
src/stores/mission.js
@@ -6,7 +6,7 @@
// 走航任务
export const useMissionStore = defineStore('mission', () => {
  const missionList = ref([]);
  const { loading, fetchData } = useFetchData();
  const { loading, fetchData } = useFetchData(1000);
  function fetchMission(type) {
    return fetchData((page, pageSize) => {