修复前端迁移后的类型错误

This commit is contained in:
yml2213
2026-06-04 11:07:34 +08:00
parent eb6aed7e56
commit 75e849a91a
23 changed files with 1561 additions and 29 deletions
@@ -1,6 +1,6 @@
import { onUnmounted, ref } from "vue";
import { showToast } from "vant";
import { sendSmsCode } from "@/api/auth";
import { sendSmsCode } from "@/features/auth/api/auth";
export function useSmsCountdown() {
const countDown = ref(0);
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Listing } from "@/api/listings";
import type { Listing } from "@/features/listings/api/listings";
export interface ListingDisplayChip {
label: string;