瀏覽代碼

【修改退出登录】

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
})
},
/**


Loading…
取消
儲存