执法一张图省市县撒点、执法记录仪、对讲机等bug修复

This commit is contained in:
chenlinlin 2025-08-01 19:07:43 +08:00
parent 3c2091a825
commit 4acd89ec2f
2 changed files with 1 additions and 10 deletions

View File

@ -36,12 +36,7 @@
</div> </div>
</div> </div>
<div class="right-profile"> <div class="right-profile">
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
<NotificationBell/>
<public-full-screen></public-full-screen>
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
</div> </div>
</div> </div>
</template> </template>

View File

@ -23,11 +23,7 @@ import java.util.Map;
@RequestMapping(Constants.API_PREFIX + "/bigscreen") @RequestMapping(Constants.API_PREFIX + "/bigscreen")
public class BigScreenController { public class BigScreenController {
private final BigScreenService bigScreenService;
public BigScreenController(BigScreenService bigScreenService) {
this.bigScreenService = bigScreenService;
}
/** /**
* 数据概览统计 * 数据概览统计
* *