mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
提交
This commit is contained in:
@@ -32,7 +32,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});
|
||||
}
|
||||
|
||||
export default{
|
||||
|
||||
Reference in New Issue
Block a user