完成部分接口联调

This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-01-16 17:43:41 +08:00
parent 3c258cff70
commit 27b1eab2ce
8 changed files with 182 additions and 19 deletions

View File

@@ -1,11 +1,14 @@
<script setup>
import { Button, Toast } from "vant";
import { Toast } from "vant";
import { debounceTap } from "@/plugins";
import gsap from "gsap";
import {draw} from '@/api'
import {useMainStore} from '@/store'
const emit = defineEmits(["IndexPage"]);
const userStore = useMainStore()
const start = (event) => {
const start = (event) => {
debounceTap(event.target, () => {
emit("IndexPage", { action: "start" });
gsap.to(".IndexPage", {