From 173a8c329ac743625ba958ff8e5462e67308110b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 18 三月 2022 13:11:29 +0800
Subject: [PATCH] #
---
/dev/null | 107 -----------------------------------------------------
1 files changed, 0 insertions(+), 107 deletions(-)
diff --git a/views/index1.html b/views/index1.html
deleted file mode 100644
index cc32eec..0000000
--- a/views/index1.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title></title>
- <meta charset="utf-8">
- <meta name="generator" content="Three.js Editor">
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <link rel="stylesheet" href="../static/css/main.css">
- <link rel="stylesheet" href="../static/css/index.css">
- <link rel="stylesheet" href="../static/css/loader.css" media="all">
- <script type="text/javascript" src="../static/js/lib/jquery-3.3.1.min.js"></script>
- <script type="text/javascript" src="../static/js/lib/echarts.min.js"></script>
- <script type="text/javascript" src="../static/js/utils.js"></script>
- <script type="text/javascript" src="../static/js/common.js"></script>
- <script type="text/javascript" src="../static/js/data/Asrs.js"></script>
- <script type="text/javascript" src="../static/js/object/Cube.js"></script>
- <script type="text/javascript" src="../static/js/object/StoreArea.js"></script>
- <script type="text/javascript" src="../static/js/object/Store.js"></script>
- <script type="text/javascript" src="../static/js/object/StoreGroup.js"></script>
- <script type="text/javascript" src="../static/js/object/StoreGoods.js"></script>
- <script type="text/javascript" src="../static/js/object/Route.js"></script>
- <script type="text/javascript" src="../static/js/object/CrnTask.js"></script>
- <script type="text/javascript" src="../static/js/object/Floor.js"></script>
- <script type="text/javascript" src="../static/js/data/btnHide.js"></script>
- </head>
- <body style="position: relative">
- <!--鍒濆鍖栧姞杞藉眰-->
- <div class="layuimini-loader">
- <div class="layuimini-loader-inner"></div>
- </div>
-
- <div class="sidebar">
- <img id="fps" class="buttonClass" title="鎬ц兘璋冭瘯" src="../static/img/icon/fps.svg">
- <img id="skyBox" class="buttonClass" title="鏇存敼鑳屾櫙" src="../static/img/icon/skyBox.svg">
-<!-- <img id="store" class="buttonClass" title="鏄剧ず浠撳簱" src="../static/img/icon/store.svg">-->
-<!-- <img id="group" class="buttonClass" title="鏄剧ず宸烽亾" src="../static/img/icon/group.svg">-->
-<!-- <img id="shelf" class="buttonClass" title="鏄剧ず鏋跺瓙" src="../static/img/icon/shelf.svg">-->
-<!-- <img id="reset" class="buttonClass" title="澶嶄綅鍦烘櫙" src="../static/img/icon/reset.svg">-->
- <img id="tour" class="buttonClass" title="娓歌鍘傚尯 鍓嶈繘锛歐 鍚庨��锛歋 宸︼細A 鍙筹細D 璺宠穬锛歋pace" src="../static/img/icon/tour.svg">
-<!-- <img id="temperature" class="buttonClass" title="杞﹂棿娓╁害" src="../static/img/icon/temperature.svg">-->
-<!-- <img id="roomRate" class="buttonClass" title="搴撴埧鍒╃敤鐜�" src="../static/img/icon/roomRate.svg">-->
- </div>
- <div id="groundglass"></div>
- <div id="sidebar">
- <p1>涓壃-鏅鸿兘绔嬩綋浠撳簱</p1>
- <p2>ZhongYang Intelligent Three-Dimensional Warehouse</p2>
- <div id="Histogram"></div>
- <div id="baobiao2"></div>
- <div id="btnhide_m"></div>
- <button id="btnhide" onclick="sidebar()">闅愯棌</button>
- <div class="tablebox">
- <div class="tbl-header">
- <table border="0" cellspacing="0" cellpadding="0" >
- <thead>
- <tr>
- <th>鎺掑悕</th>
- <th>鍦板競</th>
- <th>閿�鍞敹鍏�(涓囧厓)</th>
- <th>鍚屾瘮(%)</th>
- </tr>
- </thead>
- <tbody style="opacity:0;" ></tbody>
- </table>
- </div>
- <div class="tbl-body">
- <table border="0" cellspacing="0" cellpadding="0">
- <thead>
- <tr>
- <th>鎺掑悕</th>
- <th>鍦板競</th>
- <th>閿�鍞敹鍏�(涓囧厓)</th>
- <th>鍚屾瘮(%)</th>
- </tr>
- </thead>
- <tbody></tbody>
- </table>
- </div>
- </div>
- </div>
- <div id="container"></div>
- <script type="module">
-
- import * as THREE from '../static/js/three.module.js';
- import { APP } from '../static/js/app.js';
-
- window.THREE = THREE;
-
- var player = new APP.Player();
- player.start();
-
- document.getElementById("fps").addEventListener('click', function () {
- player.changeStats();
- }, false);
- document.getElementById("skyBox").addEventListener('click', function () {
- player.changeBackGround();
- }, false);
- document.getElementById("tour").addEventListener('click', function () {
- player.lockControl();
- }, false)
-
- $('.layuimini-loader').fadeOut();
-
- </script>
-
-
- </body>
-</html>
--
Gitblit v1.9.1