feat: 更新 API 地址,添加新的类型定义,优化表单提交逻辑

This commit is contained in:
2025-12-17 23:57:13 +07:00
parent bec77d187d
commit 8bf6c06889
6 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import { client, safeClient } from "@/api";
import Category from "./components/category.vue";
const [query] = useResetRef<AvailableSubscriptionBody>({
status: "open",
pageIndex: 1,
pageSize: 20,
categoryId: "",