riku
2025-07-18 306ef09707d6bcf9ffa67de55f86ab6f4362deee
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) => {