| | |
| | | <img class="logo" src="/images/index/LOGO.png" alt="" /> |
| | | </router-link> |
| | | <div class="title" @click="$router.push('/')">智慧设备管理平台</div> |
| | | <div class="label" @click="$router.push('/')">首页</div> |
| | | <!-- <div class="label" @click="$router.push('/')">首页</div> --> |
| | | <!-- <div class="label">云服务</div> --> |
| | | <div class="label" @click="$router.push('/manageCenter')">管理中心</div> |
| | | <div class="label" @click="$router.push('/dataView')">数据分析</div> |
| | | <!-- <div class="label" @click="dataView">数据分析</div> --> |
| | | <div class="label" @click="$router.push('/product')">应用商城</div> |
| | | <!-- <div class="label" @click="$router.push('/product')">应用商城</div> --> |
| | | </div> |
| | | |
| | | <!-- 左侧 --> |
| | |
| | | <div class="content"><span class="iconfont"></span> 已实名认证</div> |
| | | </li> |
| | | |
| | | <li> |
| | | <li v-show="false"> |
| | | <div class="label" @click="jump(0)">订单管理</div> |
| | | </li> |
| | | |
| | |
| | | <div class="label">未读消息</div> |
| | | </li> --> |
| | | |
| | | <li> |
| | | <li v-show="false"> |
| | | <div class="label" @click="jump(0, 1)">未支付订单</div> |
| | | </li> |
| | | |
| | |
| | | top: 64px; |
| | | padding: 0 20px; |
| | | width: 240px; |
| | | height: 327px; |
| | | // height: 327px; |
| | | background-color: #fff; |
| | | box-shadow: 0px 4px 12px rgba(96, 100, 106, 0.12); |
| | | border-radius: 4px; |
| | |
| | | } |
| | | |
| | | ul { |
| | | height: 200px; |
| | | // height: 200px; |
| | | border-top: 1px solid #e9ebee; |
| | | border-bottom: 1px solid #e9ebee; |
| | | |
| | |
| | | } |
| | | |
| | | .logOut { |
| | | margin-top: 20px; |
| | | font-size: 16px; |
| | | // margin-top: 20px; |
| | | line-height: 40px; |
| | | font-size: 14px; |
| | | color: #3d3d3d; |
| | | cursor: pointer; |
| | | |