增加 标签名称

master
wangh 2 years ago
parent e61f01617f
commit 67cfcb2833

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

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

Loading…
Cancel
Save