shouye.vue 281 B

12345678910111213
  1. <template>
  2. <view>
  3. 总部管理员/跑单员首页
  4. <!-- 页面底端 -->
  5. <customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
  6. </view>
  7. </template>
  8. <script setup>
  9. import customTabbarAdminVue from "@/components/custom-tabbar/custom-tabbar-admin.vue";
  10. </script>