refactor(api): 调整二维码登录相关接口路径
- 将 qr-login 相关接口统一迁移至 passport 模块下 - 更新 QRScanModal 组件中的接口引用路径- 更新 useQRLogin hook 中的接口引用路径 - 更新 useUnifiedQRScan hook 中的接口引用路径 - 更新 qr-confirm 页面中的接口引用路径
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
confirmWechatQRLogin,
|
||||
parseQRContent,
|
||||
type ConfirmLoginResult
|
||||
} from '@/api/qr-login';
|
||||
} from '@/api/passport/qr-login';
|
||||
|
||||
/**
|
||||
* 扫码登录状态
|
||||
|
||||
Reference in New Issue
Block a user