fix
This commit is contained in:
parent
a2ec8f55c3
commit
f6c182d28e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user