소스 검색

【修改退出登录】

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(){
this.selRouter(0)
this.$router.replace({
path:'/'
this.$router.push({
path:'/',
replace:true
})
},
/**


불러오는 중...
취소
저장