Commit 6ba8e72e authored by 周成波's avatar 周成波

update

parent 98eb9985
......@@ -12,8 +12,8 @@ import text2videoService from "@/api/service/text2videoService";
import utils from "@/utils/utils";
import { useManyValues } from './compositions/useManyValues'
// const debug = ref(import.meta.env.MODE === 'production' ? false : true);
const debug = ref(false);
const debug = ref(import.meta.env.MODE === 'production' ? false : true);
// const debug = ref(false);
const loading = ref(false);
const dialogVisible = ref(false);
const dialogData = ref("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment