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

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 -1
View File
@@ -21,7 +21,7 @@ import {
VideoPlay,
Wallet,
} from "@element-plus/icons-vue";
import { ensureSupportChat } from "@/api/chats";
import { ensureSupportChat } from "@/features/chats/api/chats";
import { useSessionStore } from "@/stores/session";
const session = useSessionStore();