【update】-去掉原来的大屏路由,对首页的路由做相关的判断
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
</a-dropdown>
|
||||
|
||||
</div>
|
||||
<div class="screen-btn">
|
||||
<!-- v-has="'dashboard:screen'"-->
|
||||
<a-button type="primary" @click="goScreen">大屏</a-button>
|
||||
</div>
|
||||
<!--<div class="screen-btn">-->
|
||||
<!-- <!– v-has="'dashboard:screen'"–>-->
|
||||
<!-- <a-button type="primary" @click="goScreen">大屏</a-button>-->
|
||||
<!--</div>-->
|
||||
<!--只是单纯的用于定位-->
|
||||
<div id="income"></div>
|
||||
<!-- 其他人展示消息-->
|
||||
<template v-if="roleCoe">
|
||||
<user-announcement-list :is-show-seach="true"></user-announcement-list>
|
||||
<div class="download">
|
||||
点击下载<span class="primary-color" @click="downloadManual">管理端使用手册</span>
|
||||
<span style="margin-left: 10px">技术支持电话:022-84379290</span>
|
||||
</div>
|
||||
<!--<div class="download">-->
|
||||
<!-- 点击下载<span class="primary-color" @click="downloadManual">管理端使用手册</span>-->
|
||||
<!-- <span style="margin-left: 10px">技术支持电话:022-84379290</span>-->
|
||||
<!--</div>-->
|
||||
</template>
|
||||
<!-- 所领导 部门领导展示统计图 -->
|
||||
<template v-else>
|
||||
@@ -92,6 +92,14 @@
|
||||
<w-p-screen></w-p-screen>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<!-- 其他人展示消息-->
|
||||
<template v-if="roleCoe">
|
||||
<div class="download">
|
||||
点击下载<span class="primary-color" @click="downloadManual">管理端使用手册</span>
|
||||
<span style="margin-left: 10px">技术支持电话:022-84379290</span>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -219,7 +227,7 @@ export default {
|
||||
}
|
||||
|
||||
.download {
|
||||
margin-top: 8px;
|
||||
margin: 8px 0 12px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user