deepsea 11 hónapja
szülő
commit
300255a155
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      src/components/TabList/index.vue
  2. 1 1
      src/uwb-sample.js

+ 1 - 1
src/components/TabList/index.vue

@@ -25,7 +25,7 @@
       <div
         class="origin-basic backgroundBox"
         v-if="activeTab === 0"
-        v-show="!isGoHome && currentBench.type == 2 && remoteBenchList.indexOf(currentBench.benchId) > -1"
+        v-show="!isGoHome && remoteBenchList.indexOf(currentBench.benchId) > -1"
       >
         <h2>{{ currentBench && currentBench.name }}</h2>
         <div class="originBasicRow">

+ 1 - 1
src/uwb-sample.js

@@ -519,7 +519,7 @@ export function uwbMain(domId, modelWidth, modelHeight, finalMode, callback) {
           playersmall.appendChild(element)
           setTimeout(() => {
             window.sdkInstance.changeMode('floorplan');
-          }, 1200)
+          }, 3000)
         }, 1500)
       }