This commit is contained in:
zhaofang
2022-09-28 15:55:36 +08:00
parent 410134ef6a
commit b711b3a90f
3 changed files with 241 additions and 2 deletions

View File

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