feat: 增加扫码登录功能
This commit is contained in:
@@ -18,3 +18,10 @@ export function getUserProfilePicture(): string {
|
||||
|
||||
// 系统头像(可以常量)
|
||||
export const systemProfilePicture = `/images/logo.png`;
|
||||
|
||||
// 获取微信二维码类型
|
||||
// 获取二维码 LoginOrRegister 登录注册, Bind 绑定
|
||||
export const WECHAT_QRCODE_TYPE = {
|
||||
LoginOrRegister: 'LoginOrRegister',
|
||||
Bind: 'Bind',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user