Explorar el Código

显示方式修改

chengqian hace 4 meses
padre
commit
348903b1f4

+ 8 - 0
web/src/view/devicesAdmin/screens/screens.vue

@@ -700,6 +700,14 @@ const contentNumberOptions = [
 ]
 
 const displayModeOptions = [
+  {
+    value: '1',
+    label: '从下往上',
+  },
+  {
+    value: '2',
+    label: '从上往下',
+  },
   {
     value: '10',
     label: '闪烁显示',

+ 3 - 3
web/src/view/monitor/monitor.vue

@@ -194,10 +194,10 @@ export default {
       {
         id: '1',
         name: '设备1',
-        ip: '192.168.110.143',
-        port: 8088,
+        ip: '192.168.110.65',
+        port: 80,
         username: 'admin',
-        password: 'qwe123456',
+        password: '123456qwe',
         expanded: false,
         channels: [
           { id: 1, name: '通道1' },