|  | @@ -2,8 +2,8 @@
 | 
	
		
			
				|  |  |   * @Description: 个人中心
 | 
	
		
			
				|  |  |   * @Author: 空白格
 | 
	
		
			
				|  |  |   * @Date: 2022-08-15 10:09:03
 | 
	
		
			
				|  |  | - * @LastEditors: 空白格
 | 
	
		
			
				|  |  | - * @LastEditTime: 2022-08-24 10:12:43
 | 
	
		
			
				|  |  | + * @LastEditors: gcz
 | 
	
		
			
				|  |  | + * @LastEditTime: 2022-08-25 14:31:55
 | 
	
		
			
				|  |  |   * @FilePath: \veterans_client_web\src\views\PersonalCenter\PersonalCenterIndex.vue
 | 
	
		
			
				|  |  |   * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 | 
	
		
			
				|  |  |  -->
 | 
	
	
		
			
				|  | @@ -100,6 +100,7 @@
 | 
	
		
			
				|  |  |                  <span class="el-icon-arrow-right"></span>
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  | +            <div class="logout-btn" @click="logout">退出登录</div>
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |          </el-col>
 | 
	
		
			
				|  |  |          <!-- <el-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
 | 
	
	
		
			
				|  | @@ -287,6 +288,11 @@ export default {
 | 
	
		
			
				|  |  |          this.$router.push(path, query);
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    logout(){
 | 
	
		
			
				|  |  | +      this.$store.dispatch("Logout", {}).then(res=>{
 | 
	
		
			
				|  |  | +            console.log('logout',res);
 | 
	
		
			
				|  |  | +      })
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
	
		
			
				|  | @@ -435,6 +441,18 @@ export default {
 | 
	
		
			
				|  |  |            color: #333333;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      .logout-btn{
 | 
	
		
			
				|  |  | +        margin: 54px auto 24px;
 | 
	
		
			
				|  |  | +        width: 240px;
 | 
	
		
			
				|  |  | +        height: 38px;
 | 
	
		
			
				|  |  | +        line-height: 38px;
 | 
	
		
			
				|  |  | +        text-align: center;
 | 
	
		
			
				|  |  | +        border: 1px solid #FF0000;
 | 
	
		
			
				|  |  | +        color: #f00;
 | 
	
		
			
				|  |  | +        border-radius: 7px;
 | 
	
		
			
				|  |  | +        cursor: pointer;
 | 
	
		
			
				|  |  | +        letter-spacing: 1.34px;
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      &-right {
 | 
	
		
			
				|  |  |        .pcmr-top {
 |