|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |  	<el-container class="box-all" v-loading="loading">
 | 
	
		
			
				|  |  |  		<el-header>
 | 
	
		
			
				|  |  |  			<div class="flex-box" style="height: 60px;">
 | 
	
		
			
				|  |  | -				<div class="logo-box flex-box flex-center-center">
 | 
	
		
			
				|  |  | +				<div class="logo-box flex-box flex-center-center" @click="openHome()">
 | 
	
		
			
				|  |  |  					<img src="./assets/image/logo.png" class="logo" />
 | 
	
		
			
				|  |  |  					<div>功道云积分制</div>
 | 
	
		
			
				|  |  |  				</div>
 | 
	
	
		
			
				|  | @@ -210,6 +210,9 @@ export default {
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  	},
 | 
	
		
			
				|  |  |  	methods: {
 | 
	
		
			
				|  |  | +		openHome(){
 | 
	
		
			
				|  |  | +			this.$router.push({ path: '/home' })
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  |  		GetRequest(urlStr) {
 | 
	
		
			
				|  |  |  			if (typeof urlStr == 'undefined') {
 | 
	
		
			
				|  |  |  				var url = decodeURI(location.search); //获取url中"?"符后的字符串
 | 
	
	
		
			
				|  | @@ -388,6 +391,7 @@ export default {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .logo-box {
 | 
	
		
			
				|  |  |  	width: 180px;
 | 
	
		
			
				|  |  | +	cursor: pointer;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .logo-box .logo {
 | 
	
		
			
				|  |  |  	width: 30px;
 |