添加102联机记录
This commit is contained in:
@ -250,15 +250,15 @@
|
||||
showHeader: true,
|
||||
menuItems: [{
|
||||
text: '强光',
|
||||
icon: '/static/images/6155/DeviceDetail/qiang.png'
|
||||
icon: '/static/images/lightImg/qiang.png'
|
||||
},
|
||||
{
|
||||
text: '弱光',
|
||||
icon: '/static/images/6155/DeviceDetail/ruo.png'
|
||||
icon: '/static/images/lightImg/ruo.png'
|
||||
},
|
||||
{
|
||||
text: '爆闪',
|
||||
icon: '/static/images/6155/DeviceDetail/shan.png'
|
||||
icon: '/static/images/lightImg/shan.png'
|
||||
}
|
||||
],
|
||||
activeIndex: -1,
|
||||
@ -1378,19 +1378,19 @@
|
||||
title = '主灯模式';
|
||||
items = [{
|
||||
text: '强光',
|
||||
icon: '/static/images/6155/DeviceDetail/qiang.png'
|
||||
icon: '/static/images/lightImg/qiang.png'
|
||||
},
|
||||
// {
|
||||
// text: '工作光',
|
||||
// icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
// icon: '/static/images/lightImg/fan.png'
|
||||
// },
|
||||
{
|
||||
text: '弱光',
|
||||
icon: '/static/images/6155/DeviceDetail/ruo.png'
|
||||
icon: '/static/images/lightImg/ruo.png'
|
||||
},
|
||||
{
|
||||
text: '爆闪',
|
||||
icon: '/static/images/6155/DeviceDetail/shan.png'
|
||||
icon: '/static/images/lightImg/shan.png'
|
||||
},
|
||||
{
|
||||
text: '关闭',
|
||||
@ -1402,11 +1402,11 @@
|
||||
title = '辅灯模式';
|
||||
items = [{
|
||||
text: '泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
icon: '/static/images/lightImg/fan.png'
|
||||
},
|
||||
{
|
||||
text: '强+泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
icon: '/static/images/lightImg/fan.png'
|
||||
},
|
||||
];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user