riku
2025-02-13 660021a28de9b84b4362c171fdbbf89587f0c5af
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) => {