Ver a proveniência

【修改退出登录】

master
GL há 4 anos
ascendente
cometimento
687a9b78b1
1 ficheiros alterados com 3 adições e 2 eliminações
  1. +3
    -2
      src/views/person/index.vue

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

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


Carregando…
Cancelar
Guardar