chore: 修复 auth 和 admin 视图导入路径
- 修复 AdminLoginView 使用 features/admin - 修复 LoginView, MobileLoginView, MobileRegisterView 使用 features/auth - 修复 MobileProfileView, MobileRealnameView 使用正确路径 - 修复 useSmsCountdown 导入到 shared/composables 类型错误:79 → ? 模块错误:38 → 31
This commit is contained in:
@@ -5,9 +5,9 @@ import { useSessionStore } from "@/stores/session";
|
||||
import { showDialog, showToast } from "vant";
|
||||
import MobileBottomNav from "@/components/MobileBottomNav.vue";
|
||||
|
||||
import { fetchWalletBalance, fetchWalletLedger, type WalletLedger } from "@/api/wallet";
|
||||
import { fetchWalletBalance, fetchWalletLedger, type WalletLedger } from "@/features/wallet/api/wallet";
|
||||
import { formatDateMinute } from "@/utils/time";
|
||||
import { uploadFile } from "@/api/files";
|
||||
import { uploadFile } from "@/shared/api/files";
|
||||
|
||||
const session = useSessionStore();
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user