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.

WebConfig.xml 757 B

3 months ago
1234567891011121314
  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="voyagelane" name="voyagelane">
  12. <view id="0-laneDetail" model="3" url="http://172.72.72.89:9940/pages/smartship/resource/position/checkpointMap.html">laneDetail</view>
  13. </group>
  14. </views>