diff --git a/src/pages/painting/index.vue b/src/pages/painting/index.vue index fe40840..84c8ab4 100644 --- a/src/pages/painting/index.vue +++ b/src/pages/painting/index.vue @@ -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);