| 12345678910111213141516171819 |
- <template>
- <view>
- <view>客户首页</view>
- <!-- 底部区域 -->
- <customTabbarKehu :currentTab="0"></customTabbarKehu>
- </view>
- </template>
- <script setup>
- import * as httpApi from "@/api/shouye.js"
- import {onLoad, onShow} from "@dcloudio/uni-app"
- import {reactive} from "vue"
- import cacheManager from '@/utils/cacheManager.js'
- import customTabbarKehu from "@/components/custom-tabbar/custom-tabbar-kehu.vue"
- </script>
- <style>
- </style>
|