Ver código fonte

【修改退出登录】

master
GL 4 anos atrás
pai
commit
687a9b78b1
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      src/views/person/index.vue

+ 3
- 2
src/views/person/index.vue Ver arquivo

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


Carregando…
Cancelar
Salvar