mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
修复前端打包警告信息
This commit is contained in:
@@ -93,6 +93,14 @@ export function bindLogin(data) {
|
||||
});
|
||||
}
|
||||
|
||||
export function getErrorMsg(errorId) {
|
||||
return request({
|
||||
url: '/auth/getErrorMsg/' + errorId,
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 三方登录注册绑定
|
||||
export function bindRegister(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user