GITLAB

frontend / freight-ma

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • freight-ma
  • pages
  • index.vue
  • 8495761e   feat: 飞牛小程序初试版本 Browse Code »
    lxf
    2024-07-11 17:45:08 +0800  
index.vue 178 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
<template>
  <view> </view>
</template>

<script>
export default {
  onReady() {
    uni.switchTab({ url: '/pages/order/index' });
  },
};
</script>

<style lang="scss"></style>