mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
切换成新登录
This commit is contained in:
@@ -32,9 +32,9 @@ const refreshToken = function(token){
|
||||
|
||||
// boe登录
|
||||
const boeLogin = function(token){
|
||||
return ajax.post('/xboe/account/boelogin',{token:token});
|
||||
//return ajax.post('/xboe/account/boelogin',{token:token});
|
||||
//登录时,新的用户接口调用查询用户信息
|
||||
//return ajax.post('/xboe/account/boenewlogin',{token:token});
|
||||
return ajax.post('/xboe/account/boenewlogin',{token:token});
|
||||
}
|
||||
|
||||
export default{
|
||||
|
||||
Reference in New Issue
Block a user