Browse Source

【修改退出登录】

master
GL 4 years ago
parent
commit
687a9b78b1
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/views/person/index.vue

+ 3
- 2
src/views/person/index.vue View File

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


Loading…
Cancel
Save