| | |
| | | |
| | | |
| | | <div class="right-menu"> |
| | | <template v-if="device!=='mobile'"> |
| | | <screenfull class="right-menu-item hover-effect" /> |
| | | </template> |
| | | <span v-if="appShow" style="color: white" @click="downApp">APP下载</span> |
| | | |
| | | <!-- <a v-if="appShow" style="color: white" @click="downApp">APP下载</a> --> |
| | | <!-- <el-popover--> |
| | | <!-- placement="right"--> |
| | | <!-- trigger="hover">--> |
| | |
| | | 首页 |
| | | </el-dropdown-item> |
| | | </router-link> |
| | | <el-dropdown-item v-if="appShow"> |
| | | <span @click="downApp">APP下载</span> |
| | | </el-dropdown-item> |
| | | <el-dropdown-item divided> |
| | | <span style="display:block;" @click="logout">退出登录</span> |
| | | </el-dropdown-item> |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | |
| | | <!-- 全屏按钮 --> |
| | | <!-- <template v-if="device!=='mobile'"> |
| | | <screenfull class="right-menu-item hover-effect" /> |
| | | </template> --> |
| | | </div> |
| | | |
| | | <el-dialog :visible.sync="appDialogVisible" |
| | |
| | | const res = response.data; |
| | | if (res.code == 200) { |
| | | const result = res.result; |
| | | _this.appCode = result.fileurl |
| | | _this.appCode = process.env.IMG_API + result.fileurl |
| | | } |
| | | }).catch(error => { |
| | | }) |
| | |
| | | </script> |
| | | <style rel="stylesheet/scss" lang="scss" scoped> |
| | | .navbar { |
| | | height: 60px; |
| | | height: 80px; |
| | | padding:10px 0; |
| | | position: fixed; |
| | | z-index: 1000; |
| | | width: 100%; |
| | |
| | | } |
| | | .user-text{ |
| | | margin-left:5px; |
| | | font-size: 12px; |
| | | font-size: 14px; |
| | | vertical-align: middle; |
| | | font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; |
| | | } |
| | | .el-icon-caret-bottom { |
| | | cursor: pointer; |