mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
修改登录,加载
This commit is contained in:
@@ -32,7 +32,8 @@ 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});
|
||||
}
|
||||
|
||||
export default{
|
||||
|
||||
Reference in New Issue
Block a user