This commit is contained in:
86182
2022-09-28 15:10:43 +08:00
parent d6ff7e3fd6
commit 410134ef6a

View File

@@ -17,8 +17,15 @@ const save=function (data){
return ajax.postJson(baseURL,'/xboe/subgroup/m/guide/save',data);
}
/**
* 判断当前用户是否登录过
* */
const hasUser=function (){
return ajax.get('/xboe/subgroup/m/guide/hasUser');
}
export default {
list,
save
save,
hasUser
}