优化大屏样式,调整执法记录仪通话功能

This commit is contained in:
songxudong 2025-05-16 18:32:02 +08:00
parent 12b150b668
commit 2a041d4fcb
2 changed files with 2 additions and 12 deletions

View File

@ -26,16 +26,6 @@
</template> </template>
</el-dropdown> </el-dropdown>
</div> </div>
<div class="menu-conten" v-if="topMenuList[projectName].length">
<div class="menu-conten-item" v-for="(item, index) in topMenuList[projectName]" :key="index" :title="item.name"
@click="handleTo(item)" :class="{ isActive: item.path == topActive }">
<span>
{{ item.name }}
</span>
</div>
</div>
<div class="right-profile"> <div class="right-profile">
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span> <span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
<span class="el-dropdown-link"> <span class="el-dropdown-link">

View File

@ -48,8 +48,8 @@ public class BigScreenController {
*/ */
@GetMapping("/qytj") @GetMapping("/qytj")
public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) { public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) {
// return Ok.of(bigScreenService.getEnterpriseStatistics(user)); return Ok.of(bigScreenService.getEnterpriseStatistics(user));
return Ok.of(bigScreenService.getEnterpriseStatistics2(user)); Ok.of(bigScreenService.getEnterpriseStatistics2(user));
} }
/** /**