You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 line
1.8 KiB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <views>
  3. <!--
  4. view :本软件需要的显示页面;
  5. id :每个page的id所以不能重复; id起始以数字开始,表示model值相同情况下页面显示的顺序
  6. channel : 0.表示没有通道, 1.qt与js建立通道 (不填默认0)
  7. type : 0.显示时的页面,1.分割线
  8. model : 0.不加载 1.渡口静态页面数据 2.动态页面数据 3.监管页面数据 4.配置页面数据 5.登录页面
  9. -->
  10. <!--警示 -->
  11. <group id="alertmanage" name="alertmanage">
  12. <!--卡口警示 -->
  13. <view id="1-alertmanage" model="7" url="http://192.168.1.250:9940/pages/smartship/alarm/untreated/listAlarmEvent.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
  14. <view id="2-alerthistory" model="7" url="http://192.168.1.250:9940/pages/smartship/alarm/disposed/listAlarmEvent.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view>
  15. <view id="3-alarmcheckconfig" model="7" url="http://192.168.1.250:9940/pages/smartship/alarm/config/alarmCheckConfig.html" authoritykey="yunen:alram:alarmcheckconfig">Warnings Configuration</view>
  16. <view id="4-alarmsummaryevent" model="7" url="http://192.168.1.250:9940/pages/smartship/alarm/config/listAlarmSummaryEvent.html" authoritykey="yunen:alarm_summary_event:list">Alarm Summary Event</view>
  17. <!--渡口警示 -->
  18. <!-- <view id="1-alertmanage" model="7" url="http://192.168.1.250:9910/pages/ferry/alram/alarmEventList.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
  19. <view id="2-alerthistory" model="7" url="http://192.168.1.250:9910/pages/ferry/alram/history/alarmEventList.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view> -->
  20. </group>
  21. </views>