修改路径 问题

This commit is contained in:
daihh
2023-07-06 15:06:50 +08:00
parent 7128c842f3
commit e5af1fe385

View File

@@ -98,7 +98,7 @@ const logout = function() {
if (ua.match(/MicroMessenger/i) == "micromessenger") {
plat='wechat';
}
return ajax.postJson('/userbasic/logout',{"from":plat});
return ajax.postJson('/logout',{"from":plat});
}
export default {