chore: 修复 listings 视图导入路径
- 修复 ListingDetailView, ListingsView 使用 features/listings - 修复 MobileHomeView, MobileListingDetailView 使用正确路径 - 修复 MobileRealnameView 使用 features/auth 类型错误:72 → 45 (-27) 模块错误继续下降
This commit is contained in:
@@ -3,8 +3,8 @@ import { computed, onMounted, ref } from "vue";
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
import { showToast, showDialog } from "vant";
|
||||
|
||||
import { fetchListing, type Listing } from "@/api/listings";
|
||||
import { createOrder } from "@/api/orders";
|
||||
import { fetchListing, type Listing } from "@/features/listings/api/listings";
|
||||
import { createOrder } from "@/features/orders/api/orders";
|
||||
import { useSessionStore } from "@/stores/session";
|
||||
import {
|
||||
assetRegions,
|
||||
|
||||
Reference in New Issue
Block a user