加个注释

This commit is contained in:
daihh
2022-12-29 12:17:47 +08:00
parent 931446a18a
commit d54da7dcb9

View File

@@ -33,6 +33,7 @@ const refreshToken = function(token){
// boe登录
const boeLogin = function(token){
return ajax.post('/xboe/account/boelogin',{token:token});
//登录时,新的用户接口调用查询用户信息
//return ajax.post('/xboe/account/boenewlogin',{token:token});
}