Commit 0db8beb0 authored by 赵啸非's avatar 赵啸非

修改xml111

parent 784103f7
...@@ -93,11 +93,13 @@ export default { ...@@ -93,11 +93,13 @@ export default {
}, },
// 退出登录 // 退出登录
logout() { logout() {
this.$post('/portal_home').then(data=>{}).catch(error=>{}).then(()=>{ window.location.href=location.host + '/portal_home';
/* this.$post('/portal_home').then(data=>{}).catch(error=>{}).then(()=>{
// this.$message.success('已退出登录'); // this.$message.success('已退出登录');
//this.$store.commit('logout'); //this.$store.commit('logout');
// this.$router.replace('/login'); // this.$router.replace('/login');
}) })*/
} }
}, },
beforeDestroy() { beforeDestroy() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment