修改看板
parent
4b8ef1cdc3
commit
c293228f8a
@ -0,0 +1,16 @@
|
||||
package com.haiwei.web.controller.broad;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @author wanghao
|
||||
* @date 2023/8/14 10:18
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/board/monitoring")
|
||||
public class Monitoring {
|
||||
|
||||
private String prefix = "monitoring";
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<th:block th:include="include :: header('设备智能驾驶舱')"/>
|
||||
</head>
|
||||
<body class="white-bg">
|
||||
<link href="../../board/monitoring.css" rel="stylesheet">
|
||||
<script src="../../js/echarts.js"></script>
|
||||
<script>
|
||||
|
||||
const edit = () => {
|
||||
clickStopRealPlay()
|
||||
}
|
||||
const login = () => {
|
||||
clickLogin()
|
||||
}
|
||||
</script>
|
||||
<div>
|
||||
<div class="plugin" id="divPlugin"></div>
|
||||
</div>
|
||||
<th:block th:include="include :: footer"/>
|
||||
<script id="videonode" src="../../js/webVideoCtrl.js"></script>
|
||||
<script src="../../board/monitoring.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue