增加 标签名称

master
wangh 2 years ago
parent e61f01617f
commit 67cfcb2833

@ -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 = () => {

@ -7,7 +7,7 @@
<link href="../../board/board2.css" rel="stylesheet">
<script>
const routerSkip = (e) => {
$.modal.openTab('看板1',ctx+e);
$.modal.openTab('设备智能驾驶舱',ctx+e);
}
const toLink = (e) =>{
window.open(e);

Loading…
Cancel
Save