Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

WebConfig.xml 7.3 KiB

3 månader sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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="shipmanage" name="Ship Manage">
  12. <view id="1-histshiplist" model="2" url="http://192.168.191.169:9940/pages/smartship/shiptarget/history/listShipHistory.html" channel="1" authoritykey="yunen:history:historylist">History Ship List</view>
  13. </group>
  14. <group id="statisticsmanage" name="Statistics Manage">
  15. <view id="3-currentshipstatistics" model="2" url="http://192.168.191.169:9940/pages/smartship/statistics/currentStatistics.html" authoritykey="yunen:smartship:currentshipstatistics">Current Ship Statistics</view>
  16. <view id="4-histshipstatistics" model="2" url="http://192.168.191.169:9940/pages/smartship/statistics/historyStatistics.html" authoritykey="yunen:smartship:histshipstatistics">History Ship Statistics</view>
  17. </group>
  18. <!-- 资源管理 -->
  19. <group id="resourcemanage" name="Resource Manage">
  20. <view id="a-realmap" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/position/checkpointMap.html" authoritykey="check:point:map:reltime">Real Map</view>
  21. <view id="b-smartshipmanage" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/area/checkpoint/listCheckpoint.html" authoritykey="yunen:smartship:manage">SmartShip Manage</view>
  22. <view id="c-keyarea" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/area/keyregion/listKeyRegion.html" authoritykey="yunen:smartship:keyarea">Key Area</view>
  23. <view id="d-positionmanage" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/position/listPosition.html" authoritykey="yunen:smartship:positionmanage">Position Manage</view>
  24. <view id="e-camerainspectionarea" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/area/camera/inspection/listCameraInspectionArea.html" authoritykey="yunen:smartship:camerainspectionarea">Camera Inspection Area</view>
  25. <view id="f-aisstorearea" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/area/ais/listAisStoreArea.html" authoritykey="yunen:smartship:aisstorearea">Ais Store Area</view>
  26. <view id="g-servermanage" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/device/server/serverList.html" authoritykey="yunen:smartship:servermanage">Server Manage</view>
  27. <view id="h-networkswitch" model="6" url="http://192.168.191.169:9940/pages/smartship/resource/device/networkswitch/networkSwitchList.html" authoritykey="yunen:smartship:networkswitch">Network Switch</view>
  28. <view id="i-line" model="6" type="1"/>
  29. </group>
  30. <!-- 渡口管理 -->
  31. <!-- <group id="resourcemanage" name="Ferry Manage">
  32. <view id="a-shiproute" model="6" url="http://192.168.191.105:9910/pages/ferry/lane/laneList.html" authoritykey="yunen:lane">Ship Route Manage</view>
  33. <view id="b-ferry" model="6" url="http://192.168.191.105:9910/pages/ferry/ferrylocal/ferrylocalList.html" authoritykey="yunen:ferry">Ferry Manage</view>
  34. <view id="c-ship" model="6" url="http://192.168.191.105:9910/pages/ferry/ship/shipList.html" authoritykey="yunen:ship">Ship Manage</view>
  35. <view id="d-shipower" model="6" url="http://192.168.191.105:9910/pages/ferry/shipowner/shipownerList.html" authoritykey="yunen:shipowner">Shipowner Manage</view>
  36. <view id="e-boatman" model="6" url="http://192.168.191.105:9910/pages/ferry/boatman/boatmanList.html" authoritykey="yunen:boatman">Boatman Manage</view>
  37. <view id="f-line" model="6" type="1"/>
  38. </group> -->
  39. <!-- 流媒体管理 -->
  40. <group id="cameraconfig" name="Stream Media Manage">
  41. <view id="j-mediaserver" model="6" url="http://192.168.191.169:9940/pages/camera/streamserver/streamServerList.html" authoritykey="yunen:camera_stream_server">Stream Media Server Manage</view>
  42. <view id="k-cameragroup" model="6" url="http://192.168.191.169:9940/pages/camera/group/cameraGroupList.html" authoritykey="yunen:camera_group">Camera Group Manage</view>
  43. <view id="l-camera" model="6" url="http://192.168.191.169:9940/pages/camera/camera/cameraList.html" authoritykey="yunen:camera">Camera Manage</view>
  44. <!--删除相机预置位-->
  45. <!--<view id="j-camerapreset" model="6" url="http://192.168.191.169:9940/pages/camera/preset/cameraPreSetList.html">Camera Preset Manage</view>-->
  46. <view id="m-line" model="6" type="1"/>
  47. </group>
  48. <!-- 用户管理 -->
  49. <group id="userconfig" name="User Permission Manage">
  50. <view id="n-user-statistics" model="6" url="http://192.168.191.169:9940/pages/user/userStatistics.html" authoritykey="sys:user:statistics">User Statistics</view>
  51. <view id="o-user" model="6" url="http://192.168.191.169:9940/pages/user/userList.html" authoritykey="sys:user">User Manage</view>
  52. <view id="p-user-permission" model="6" url="http://192.168.191.169:9940/pages/menu/menuList.html" authoritykey="sys:menu">Permission Manage</view>
  53. <view id="q-user-role" model="6" url="http://192.168.191.169:9940/pages/role/roleList.html" authoritykey="sys:role">Role Manage</view>
  54. <view id="r-organization" model="6" url="http://192.168.191.169:9940/pages/user/organization/organization.html" authoritykey="yunen:organization">Organization Manage</view>
  55. <view id="s-line" model="6" type="1"/>
  56. </group>
  57. <!--警示 -->
  58. <group id="alertmanage" name="alertmanage">
  59. <!--卡口警示 -->
  60. <view id="1-alertmanage" model="7" url="http://192.168.191.169:9940/pages/smartship/alarm/untreated/listAlarmEvent.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
  61. <view id="2-alerthistory" model="7" url="http://192.168.191.169:9940/pages/smartship/alarm/disposed/listAlarmEvent.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view>
  62. <view id="3-alarmcheckconfig" model="7" url="http://192.168.191.169:9940/pages/smartship/alarm/config/alarmCheckConfig.html" authoritykey="yunen:alram:alarmcheckconfig">Warnings Configuration</view>
  63. <view id="4-alarmsummaryevent" model="7" url="http://192.168.191.169:9940/pages/smartship/alarm/config/listAlarmSummaryEvent.html" authoritykey="yunen:alarm_summary_event:list">Alarm Summary Event</view>
  64. <!--渡口警示 -->
  65. <!-- <view id="1-alertmanage" model="7" url="http://192.168.191.105:9910/pages/ferry/alram/alarmEventList.html" authoritykey="yunen:alram:alarmeventlist">Untreated Warnings</view>
  66. <view id="2-alerthistory" model="7" url="http://192.168.191.105:9910/pages/ferry/alram/history/alarmEventList.html" authoritykey="yunen:alram:history:alarmeventlist">Treated Warnings</view> -->
  67. </group>
  68. <!--航次详情-->
  69. <group id="voyagelane" name="voyagelane">
  70. <view id="0-laneDetail" model="3" url="http://192.168.191.169:9940/pages/smartship/resource/position/checkpointMap.html">laneDetail</view>
  71. </group>
  72. </views>