| | |
| | | <image src="@/static/banner_diaodu@2x.png" mode=""></image>
|
| | | </view>
|
| | | <view class="module">
|
| | | <view class="item">
|
| | | <view class="item" @click="jump('/pages/index/center')">
|
| | | <image src="@/static/ic_yuetaidiaodu@2x.png" mode=""></image>
|
| | | <view class="text">月台调度中心</view>
|
| | | </view>
|
| | | <view class="item">
|
| | | <view class="item" @click="jump('/pages/index/queueup')">
|
| | | <image src="@/static/ic_cheliangpaidui@2x.png" mode=""></image>
|
| | | <view class="text">车队排队情况</view>
|
| | | </view>
|
| | | <view class="item">
|
| | | <view class="item" @click="jump('/pages/index/control')">
|
| | | <image src="@/static/ic_qiyong@2x.png" mode=""></image>
|
| | | <view class="text">月台启用停用</view>
|
| | | </view>
|
| | | <view class="item">
|
| | | <view class="item" @click="jump('/pages/index/set')">
|
| | | <image src="@/static/ic_peizhiyuetai@2x.png" mode=""></image>
|
| | | <view class="text">配置显示月台</view>
|
| | | </view>
|
| | |
| | |
|
| | | },
|
| | | methods: {
|
| | |
|
| | | jump(path) {
|
| | | uni.navigateTo({
|
| | | url: path
|
| | | })
|
| | | },
|
| | | }
|
| | | }
|
| | | </script>
|