mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: Hit test share
This commit is contained in:
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