浏览代码

【修改退出登录】

master
GL 4 年前
父节点
当前提交
687a9b78b1
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      src/views/person/index.vue

+ 3
- 2
src/views/person/index.vue 查看文件

@@ -91,8 +91,9 @@ export default {
//回到首页清除路由记录 //回到首页清除路由记录
eliminate(){ eliminate(){
this.selRouter(0) this.selRouter(0)
this.$router.replace({
path:'/'
this.$router.push({
path:'/',
replace:true
}) })
}, },
/** /**


正在加载...
取消
保存