mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 09:56:45 +08:00
修改路径 问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user