riku
2025-04-11 5e059c9c17a6d63b6c017d2d2beb25ae227071d1
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) => {