#
zzgtfwq
2 天以前 9fd5e6fbcb1d8badf1835478d862ac40bfb60f3c
src/main/webapp/views/indexTV.html
@@ -4,19 +4,22 @@
    <meta charset="utf-8">
    <title>自动仓库WCS系统</title>
    <link rel="stylesheet" href="../static/css/index.css">
    <link rel="stylesheet" href="../static/css/layx.min.css" type="text/css" />
    <script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
    <script src="../static/js/tools/layx.min.js"></script>
    <style>
        .layx-window.layx-skin-news .layx-control-bar {
            background-color: #333333;
        }
        html{
            transform: scale(1) translate(0,0);
            /*transform: scale(0.5) translate(-50%,-50%);*/
            height: 190%;
            width: 190%;
        }
    </style>
</head>
<body>
<!-- 导航栏 -->
<!--      <div class="nav">-->
<!--         <li class="right">注销<a id="about" class="nav-unselect" onclick="logout()" href="#"></a></li>-->
@@ -36,7 +39,7 @@
<!-- 主体内容 -->
<iframe id="content" src="console.html"></iframe>
<footer class="footer">
    Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>  保留所有权利
    Copyright © 2023 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>  保留所有权利
</footer>
</body>
<script>
@@ -47,10 +50,10 @@
        $('#content').attr("src", id+".html");
    }
    function logout() {
        localStorage.removeItem("token");
        window.location.href = baseUrl + "/login";
    }
    // function logout() {
    //     localStorage.removeItem("token");
    //     window.location.href = baseUrl + "/login";
    // }
    // 系统运行状态
    var systemRunning = true;