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