From f6c182d28ebe8d5ada417f20204fdae0bded5057 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Thu, 17 Oct 2024 11:10:29 +0800 Subject: [PATCH] fix --- src/pages/painting/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);