Skip to content

Commit 172669b

Browse files
committed
fix: Hit test share
1 parent d0eb28d commit 172669b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/src/views/hit-test/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@
188188

189189
<div class="text-right">
190190
<el-button @click="popoverVisible = false">{{ $t('common.cancel') }}</el-button>
191-
<el-button type="primary" @click="settingChange('close')">{{
191+
<el-button type="primary" @click="settingChange('close')"
192+
v-if="! route.path.includes('share/')"
193+
>{{
192194
$t('common.confirm')
193195
}}</el-button>
194196
</div>

0 commit comments

Comments
 (0)