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