shouye.vue 451 B

12345678910111213141516171819
  1. <template>
  2. <view>
  3. <view>客户首页</view>
  4. <!-- 底部区域 -->
  5. <customTabbarKehu :currentTab="0"></customTabbarKehu>
  6. </view>
  7. </template>
  8. <script setup>
  9. import * as httpApi from "@/api/shouye.js"
  10. import {onLoad, onShow} from "@dcloudio/uni-app"
  11. import {reactive} from "vue"
  12. import cacheManager from '@/utils/cacheManager.js'
  13. import customTabbarKehu from "@/components/custom-tabbar/custom-tabbar-kehu.vue"
  14. </script>
  15. <style>
  16. </style>