This commit is contained in:
Phoenix 2024-02-02 09:18:21 +08:00
parent 037b301776
commit 69f0e265a6

View File

@ -213,7 +213,7 @@ import {
onUnmounted
} from "vue";
import { useAdaptation } from "@/utils/self-adaption.js";
const { currentDevice } = useAdaptation();
const { currentDevice } = useAdaptation(()=>{});
import { useRoute, useRouter } from "vue-router";
const route = useRoute();
const router = useRouter();