- <?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="voyagelane" name="voyagelane">
- <view id="0-laneDetail" model="3" url="http://192.168.191.142:9940/pages/smartship/resource/position/checkpointMap.html">laneDetail</view>
- </group>
- </views>
|