fix: Hit test share
parent
d0eb28d5fa
commit
5df3f6552e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue