Browse Source

修改楼层

wangfumin 2 days ago
parent
commit
d8027c8e31
2 changed files with 1 additions and 9 deletions
  1. 0 8
      src/layout/model-list/floor-tab.vue
  2. 1 1
      src/router/constant.ts

+ 0 - 8
src/layout/model-list/floor-tab.vue

@@ -27,15 +27,7 @@ const floor = (num: any) => {
 }
 const floorCount = ref(0);
 
-// floorCount.value = sdk.getFloorCount()
-
-// sdk.sceneBus.on("floorCount", (num: any) => {
-//   floorCount.value = num;
-//   console.log(floorCount.value, 'floorCount')
-// });
-
 watch(floorCount, (newVal) => {
-  console.log(newVal, 'newVal')
   for(let i = 0; i < newVal; i++) {
     floorList.value.push({
       key: i,

+ 1 - 1
src/router/constant.ts

@@ -96,7 +96,7 @@ export const metas = {
   // },
   [RoutesName.positioning]: {
     icon: "orientation",
-    title: "定位",
+    title: "实时定位",
     sysTitle: "多元融合",
   },
   // [RoutesName.guide]: {