Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

51 wiersze
4.9 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. <!-- 资源管理 -->
  12. <group id="resourcemanage" name="Resource Manage">
  13. <view id="a-realmap" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/position/checkpointMap.html" authoritykey="check:point:map:reltime">Real Map</view>
  14. <view id="b-smartshipmanage" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/area/checkpoint/listCheckpoint.html" authoritykey="yunen:smartship:manage">SmartShip Manage</view>
  15. <view id="c-keyarea" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/area/keyregion/listKeyRegion.html" authoritykey="yunen:smartship:keyarea">Key Area</view>
  16. <view id="d-positionmanage" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/position/listPosition.html" authoritykey="yunen:smartship:positionmanage">Position Manage</view>
  17. <view id="e-camerainspectionarea" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/area/camera/inspection/listCameraInspectionArea.html" authoritykey="yunen:smartship:camerainspectionarea">Camera Inspection Area</view>
  18. <view id="f-aisstorearea" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/area/ais/listAisStoreArea.html" authoritykey="yunen:smartship:aisstorearea">Ais Store Area</view>
  19. <view id="g-servermanage" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/device/server/serverList.html" authoritykey="yunen:smartship:servermanage">Server Manage</view>
  20. <view id="h-networkswitch" model="6" url="http://198.18.111.22:9940/pages/smartship/resource/device/networkswitch/networkSwitchList.html" authoritykey="yunen:smartship:networkswitch">Network Switch</view>
  21. <view id="i-line" model="6" type="1"/>
  22. </group>
  23. <!-- 渡口管理 -->
  24. <!-- <group id="resourcemanage" name="Ferry Manage">
  25. <view id="a-shiproute" model="6" url="http://198.18.111.22:9910/pages/ferry/lane/laneList.html" authoritykey="yunen:lane">Ship Route Manage</view>
  26. <view id="b-ferry" model="6" url="http://198.18.111.22:9910/pages/ferry/ferrylocal/ferrylocalList.html" authoritykey="yunen:ferry">Ferry Manage</view>
  27. <view id="c-ship" model="6" url="http://198.18.111.22:9910/pages/ferry/ship/shipList.html" authoritykey="yunen:ship">Ship Manage</view>
  28. <view id="d-shipower" model="6" url="http://198.18.111.22:9910/pages/ferry/shipowner/shipownerList.html" authoritykey="yunen:shipowner">Shipowner Manage</view>
  29. <view id="e-boatman" model="6" url="http://198.18.111.22:9910/pages/ferry/boatman/boatmanList.html" authoritykey="yunen:boatman">Boatman Manage</view>
  30. <view id="f-line" model="6" type="1"/>
  31. </group> -->
  32. <!-- 流媒体管理 -->
  33. <group id="cameraconfig" name="Stream Media Manage">
  34. <view id="j-mediaserver" model="6" url="http://198.18.111.22:9940/pages/camera/streamserver/streamServerList.html" authoritykey="yunen:camera_stream_server">Stream Media Server Manage</view>
  35. <view id="k-cameragroup" model="6" url="http://198.18.111.22:9940/pages/camera/group/cameraGroupList.html" authoritykey="yunen:camera_group">Camera Group Manage</view>
  36. <view id="l-camera" model="6" url="http://198.18.111.22:9940/pages/camera/camera/cameraList.html" authoritykey="yunen:camera">Camera Manage</view>
  37. <!--删除相机预置位-->
  38. <!--<view id="j-camerapreset" model="6" url="http://198.18.111.22:9940/pages/camera/preset/cameraPreSetList.html">Camera Preset Manage</view>-->
  39. <view id="m-line" model="6" type="1"/>
  40. </group>
  41. <!-- 用户管理 -->
  42. <group id="userconfig" name="User Permission Manage">
  43. <view id="n-user-statistics" model="6" url="http://198.18.111.22:9940/pages/user/userStatistics.html" authoritykey="sys:user:statistics">User Statistics</view>
  44. <view id="o-user" model="6" url="http://198.18.111.22:9940/pages/user/userList.html" authoritykey="sys:user">User Manage</view>
  45. <view id="p-user-permission" model="6" url="http://198.18.111.22:9940/pages/menu/menuList.html" authoritykey="sys:menu">Permission Manage</view>
  46. <view id="q-user-role" model="6" url="http://198.18.111.22:9940/pages/role/roleList.html" authoritykey="sys:role">Role Manage</view>
  47. <view id="r-organization" model="6" url="http://198.18.111.22:9940/pages/user/organization/organization.html" authoritykey="yunen:organization">Organization Manage</view>
  48. <view id="s-line" model="6" type="1"/>
  49. </group>
  50. </views>