|  | @@ -7,14 +7,14 @@
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      <div class="right-menu">
 |  |      <div class="right-menu">
 | 
												
													
														
															|  |        <div class="right-menu-item">{{userName}}</div>
 |  |        <div class="right-menu-item">{{userName}}</div>
 | 
												
													
														
															|  | -      <template v-if="device!=='mobile'">
 |  | 
 | 
												
													
														
															|  | 
 |  | +      <!-- <template v-if="device!=='mobile'">
 | 
												
													
														
															|  |          <screenfull id="screenfull" class="right-menu-item hover-effect" />
 |  |          <screenfull id="screenfull" class="right-menu-item hover-effect" />
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          <el-tooltip content="布局大小" effect="dark" placement="bottom">
 |  |          <el-tooltip content="布局大小" effect="dark" placement="bottom">
 | 
												
													
														
															|  |            <size-select id="size-select" class="right-menu-item hover-effect" />
 |  |            <size-select id="size-select" class="right-menu-item hover-effect" />
 | 
												
													
														
															|  |          </el-tooltip>
 |  |          </el-tooltip>
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  | -      </template>
 |  | 
 | 
												
													
														
															|  | 
 |  | +      </template> -->
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |        <el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click">
 |  |        <el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click">
 | 
												
													
														
															|  |          <div class="avatar-wrapper">
 |  |          <div class="avatar-wrapper">
 | 
												
											
												
													
														
															|  | @@ -25,9 +25,9 @@
 | 
												
													
														
															|  |            <router-link to="/user/profile">
 |  |            <router-link to="/user/profile">
 | 
												
													
														
															|  |              <el-dropdown-item>个人中心</el-dropdown-item>
 |  |              <el-dropdown-item>个人中心</el-dropdown-item>
 | 
												
													
														
															|  |            </router-link>
 |  |            </router-link>
 | 
												
													
														
															|  | -          <el-dropdown-item @click.native="setting = true">
 |  | 
 | 
												
													
														
															|  | 
 |  | +          <!-- <el-dropdown-item @click.native="setting = true">
 | 
												
													
														
															|  |              <span>布局设置</span>
 |  |              <span>布局设置</span>
 | 
												
													
														
															|  | -          </el-dropdown-item>
 |  | 
 | 
												
													
														
															|  | 
 |  | +          </el-dropdown-item> -->
 | 
												
													
														
															|  |            <el-dropdown-item divided @click.native="logout">
 |  |            <el-dropdown-item divided @click.native="logout">
 | 
												
													
														
															|  |              <span>退出登录</span>
 |  |              <span>退出登录</span>
 | 
												
													
														
															|  |            </el-dropdown-item>
 |  |            </el-dropdown-item>
 |