|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
|
|
|
|
<head>
|
|
|
|
|
<th:block th:include="include :: header('看板1')"/>
|
|
|
|
|
<th:block th:include="include :: header('设备智能驾驶舱')"/>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="white-bg">
|
|
|
|
|
<link href="../../board/board.css" rel="stylesheet">
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
const routerSkip = (e) => {
|
|
|
|
|
$.modal.openTab('看板1', ctx + e);
|
|
|
|
|
$.modal.openTab('设备智能驾驶舱', ctx + e);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const showModal = () => {
|
|
|
|
|