|
@@ -81,7 +81,7 @@
|
|
|
<div class="rule" :class="{ active: fileChecked, disable: fileDisable }" v-show="!fscChecked && !showBim && !dbsChecked && !bimChecked">
|
|
|
<div @click="onRuleChecked">
|
|
|
<i class="iconfont icon-note1"></i>
|
|
|
- <span>标尺</span>
|
|
|
+ <span>{{ $t('common.measure') }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bim" :class="{ active: bimChecked, disable: bimDisable }" v-show="!fscChecked && !showBim">
|
|
@@ -554,8 +554,6 @@ const onP2Click = type => {
|
|
|
flyToP1P2(points.value.p2)
|
|
|
}
|
|
|
const onRuleChecked = () => {
|
|
|
-
|
|
|
-
|
|
|
showRules.value = true
|
|
|
window.kankan.TagManager.startMeasure()
|
|
|
|