fix: bug#12031
This commit is contained in:
parent
b734f86450
commit
0ce3a5adb5
|
@ -21,13 +21,13 @@
|
||||||
</div>
|
</div>
|
||||||
<template #overlay>
|
<template #overlay>
|
||||||
<j-menu @click="recordStart">
|
<j-menu @click="recordStart">
|
||||||
<j-menu-item key='false'>
|
<j-menu-item key='false' v-if='route.query.type !== "fixed-media"'>
|
||||||
<span style='padding-right: 12px;'>本地存储</span>
|
<span style='padding-right: 12px;'>本地存储</span>
|
||||||
<j-tooltip title='存储在设备本地'>
|
<j-tooltip title='存储在设备本地'>
|
||||||
<a-icon type='QuestionCircleOutlined' />
|
<a-icon type='QuestionCircleOutlined' />
|
||||||
</j-tooltip>
|
</j-tooltip>
|
||||||
</j-menu-item>
|
</j-menu-item>
|
||||||
<j-menu-item key='true' v-if='route.query.type !== "fixed-media"'>
|
<j-menu-item key='true'>
|
||||||
<span style='padding-right: 12px;'>云端存储</span>
|
<span style='padding-right: 12px;'>云端存储</span>
|
||||||
<j-tooltip title='存储在服务器中'>
|
<j-tooltip title='存储在服务器中'>
|
||||||
<a-icon type='QuestionCircleOutlined' />
|
<a-icon type='QuestionCircleOutlined' />
|
||||||
|
|
Loading…
Reference in New Issue