chengqian 5 mesi fa
parent
commit
54740b151d

+ 3 - 0
web/index.html

@@ -13,6 +13,9 @@
 <body>
     <div id="app"></div>
     <script type="module" src="./src/main.js"></script>
+    <script src="./public/static/webVideoCtrl.js" type="text/javascript"></script>
+    <script src="./public/static/jquery-1.7.1.min.js" type="text/javascript"></script>
+    <script src="./public/static/jsVideoPlugin-1.0.0.min.js" type="text/javascript"></script>
 </body>
 
 </html>

+ 2 - 2
web/src/view/devicesAdmin/screens/screens.vue

@@ -297,7 +297,7 @@
               <el-form-item label="节目内容">
                 <el-input
                   v-model="programData.content"
-                  placeholder="默认推荐 [32M]注意弯道"
+                  placeholder="默认推荐 [24M]XXXX"
                   style="width: 240px;"
                 />
               </el-form-item>
@@ -689,7 +689,7 @@ const contentNumberOptions = [
 
   {
     value: '7',
-    label: '无信号',
+    label: '默认页',
   },
 ]
 

+ 1 - 25
web/src/view/monitor/monitor.vue

@@ -3,7 +3,7 @@
     <div class="tree-section">
       <div class="tree-header">
         <h3>设备列表</h3>
-        <button @click="refreshTree">刷新</button>
+<!--        <button @click="refreshTree">刷新</button>-->
       </div>
       <div class="tree-container">
         <ul v-if="treeData.length > 0">
@@ -202,30 +202,6 @@ export default {
         channels: [
           { id: 1, name: '通道1' },
         ]
-      },
-      {
-        id: '2',
-        name: '设备2',
-        ip: '192.168.110.4',
-        port: 80,
-        username: 'admin',
-        password: '78585Lc@',
-        expanded: false,
-        channels: [
-          { id: 1, name: '通道1' }
-        ]
-      },
-      {
-        id: '3',
-        name: '设备3',
-        ip: '192.168.110.65',
-        port: 80,
-        username: 'admin',
-        password: '123456qwe',
-        expanded: false,
-        channels: [
-          { id: 1, name: '通道1' }
-        ]
       }
     ])