浏览代码

补充.oaTabbar

ming 7 月之前
父节点
当前提交
ea7d18b9c0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/pages/index.vue

+ 2 - 1
src/pages/index.vue

@@ -77,7 +77,7 @@
     </template>
   </oa-scroll>
 
-  <oa-tabbar :tabbarValue="0" :tabbarList="proxy.$constData.homeTabbar"></oa-tabbar>
+  <oaTabbar :tabbarValue="0" :tabbarList="proxy.$constData.homeTabbar"></oaTabbar>
 </template>
 
 <script setup>
@@ -88,6 +88,7 @@ import { ref, onMounted, inject, shallowRef, reactive, getCurrentInstance, toRef
 import { scan_push, getHomePageData, getFunctionalModuleStatistics, getAppRouters, qrCodeSend, getMobileBanner } from "@/api/index";
 /*----------------------------------组件引入-----------------------------------*/
 import oaWeather from "@/components/oa-weather/index"
+import oaTabbar from "@/components/oa-tabbar/index";
 /*----------------------------------store引入-----------------------------------*/
 import { useStores } from "@/store/modules/index";
 /*----------------------------------公共方法引入-----------------------------------*/