Riku
2025-06-04 d0f07e25103d7c7845c3b9534e8c66b5905447c0
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) => {