大屏样式修改,后端接口调试
This commit is contained in:
parent
b66ca06979
commit
12e4877860
|
|
@ -36,12 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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>
|
||||
onfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -23,15 +23,7 @@ import java.util.Map;
|
|||
@RequestMapping(Constants.API_PREFIX + "/bigscreen")
|
||||
public class BigScreenController {
|
||||
|
||||
private final BigScreenService bigScreenService;
|
||||
|
||||
public BigScreenController(BigScreenService bigScreenService) {
|
||||
this.bigScreenService = bigScreenService;
|
||||
}
|
||||
/**
|
||||
* 数据概览统计
|
||||
*
|
||||
* @param
|
||||
* @return 数据概览统计
|
||||
*/
|
||||
@GetMapping("/dataoverview")
|
||||
|
|
|
|||
|
|
@ -77,9 +77,7 @@ public class BigScreenService {
|
|||
// Long ajs = bigScreenRepository.getajs();
|
||||
Map<String, Long> res = new HashMap<>();
|
||||
// res.put("qys", qys);
|
||||
// res.put("ajs", ajs);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
public Map<String, Long> getEnterpriseStatistics(RemoteUserInfo user) {
|
||||
String agencyCode = com.aisino.iles.common.util.StringUtils.trimEven0(user.getGajgjgdm()) + "%";
|
||||
|
|
|
|||
Loading…
Reference in New Issue