Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <views>
- <!--
- view :本软件需要的显示页面;
- id :每个page的id所以不能重复; id起始以数字开始,表示model值相同情况下页面显示的顺序
- channel : 0.表示没有通道, 1.qt与js建立通道 (不填默认0)
- type : 0.显示时的页面,1.分割线
- model : 0.不加载 1.渡口静态页面数据 2.动态页面数据 3.监管页面数据 4.配置页面数据 5.登录页面
- -->
- <!--警示 -->
- <group id="alertmanage" name="alertmanage">
- <!--卡口警示 -->
- <view id="1-alertmanage" model="7" url="http://10.168.1.108:9940/pages/smartship/alarm/untreated/listAlarmEvent.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
- <view id="2-alerthistory" model="7" url="http://10.168.1.108:9940/pages/smartship/alarm/disposed/listAlarmEvent.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view>
- <view id="3-alarmcheckconfig" model="7" url="http://10.168.1.108:9940/pages/smartship/alarm/config/alarmCheckConfig.html" authoritykey="yunen:alram:alarmcheckconfig">Warnings Configuration</view>
- <view id="4-alarmsummaryevent" model="7" url="http://10.168.1.108:9940/pages/smartship/alarm/config/listAlarmSummaryEvent.html" authoritykey="yunen:alarm_summary_event:list">Alarm Summary Event</view>
- <!--渡口警示 -->
- <!-- <view id="1-alertmanage" model="7" url="http://10.168.1.108:9910/pages/ferry/alram/alarmEventList.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
- <view id="2-alerthistory" model="7" url="http://10.168.1.108:9910/pages/ferry/alram/history/alarmEventList.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view> -->
- </group>
- </views>
|