<template> <view> 总部管理员/跑单员首页 <!-- 页面底端 --> <customTabbarAdminVue :current-tab="0"></customTabbarAdminVue> </view> </template> <script setup> import customTabbarAdminVue from "@/components/custom-tabbar/custom-tabbar-admin.vue"; </script>