zhaobao 2 anos atrás
pai
commit
ff8e26fe3a
4 arquivos alterados com 8 adições e 10 exclusões
  1. 5 0
      README.md
  2. 2 8
      public/index.html
  3. 1 1
      src/components/Header.vue
  4. 0 1
      src/router/index.js

+ 5 - 0
README.md

@@ -1,5 +1,10 @@
 
 ## Project setup
+
+### 运矿管理系统大屏
+
+
+
 ```
 yarn install
 ```

+ 2 - 8
public/index.html

@@ -5,18 +5,12 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>采空区信息化管理系统</title>
+    <title>运矿管理系统</title>
   </head>
   <body>
     <noscript>
-      <strong>We're sorry but 采空区信息化管理系统 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+      <strong>We're sorry but 运矿管理系统 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
     </noscript>
-    <script src="./js/jquery-3.1.1.min.js"></script>
-    <!-- 海康威视 -->
-    <!-- <script src="./hkws/encryption/AES.js"></script>
-    <script src="./hkws/encryption/cryptico.min.js"></script>
-    <script src="./hkws/encryption/crypto-3.1.2.min.js"></script>
-    <script id="videonode" src="./hkws/webVideoCtrl.js"></script> -->
     <div id="app"></div>
     <!-- built files will be auto injected -->
   </body>

+ 1 - 1
src/components/Header.vue

@@ -1,6 +1,6 @@
 <template>
     <div id="app-header">
-        <span class="title">采空区信息化管理系统</span>
+        <span class="title">运矿管理系统</span>
         <div class="time">{{ time }}</div>
         <div class="user"><el-icon><User /></el-icon><span class="welcome">欢迎您,{{ user?.accountName||'***' }}</span></div>
     </div>

+ 0 - 1
src/router/index.js

@@ -1,5 +1,4 @@
 import { createRouter, createWebHashHistory } from 'vue-router'
-import Main from '@/layout'
 
 const routes = [
   {