This commit is contained in:
Aiden 2024-10-17 11:10:29 +08:00
parent a2ec8f55c3
commit f6c182d28e

View File

@ -52,7 +52,7 @@ import { ref, reactive, onBeforeMount } from "vue";
import useToast from "@/hooks/toast/useToast.js";
import { onLoad } from "@dcloudio/uni-app";
import { freebox, bind, check_freebox, cancel } from "@/api/login.js";
import { closeWebview, runTimeEnv } from "@/utils/index.js";
import { closeWebview, runTimeEnv } from "../../../utils/index";
const { showMessage } = useToast();
const loading = ref(false);
const isButtonDisabled = ref(false);