fix: Hit test share

This commit is contained in:
zhangzhanwei 2025-07-15 16:49:45 +08:00 committed by zhanweizhang7
parent d0eb28d5fa
commit 5df3f6552e

View File

@ -188,7 +188,9 @@
<div class="text-right">
<el-button @click="popoverVisible = false">{{ $t('common.cancel') }}</el-button>
<el-button type="primary" @click="settingChange('close')">{{
<el-button type="primary" @click="settingChange('close')"
v-if="! route.path.includes('share/')"
>{{
$t('common.confirm')
}}</el-button>
</div>