''
liukangdong
2024-06-21 b621a252c58ad2a0fe751076fe20859906f67810
pda/pages/index/index.vue
@@ -4,19 +4,19 @@
      <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>
@@ -40,7 +40,11 @@
  },
  methods: {
    jump(path) {
      uni.navigateTo({
        url: path
      })
    },
  }
}
</script>