perf: 编辑不展示cookie

This commit is contained in:
rd
2025-07-10 10:36:00 +08:00
parent 1eea2312f3
commit 173028393a

View File

@ -130,6 +130,7 @@
:auto-size="{ minRows: 3, maxRows: 5 }"
/>
</a-form-item>
<template v-if="!isEdit">
<a-form-item label="Cookie值">
<template #label>
<span class="label">Cookie值</span>
@ -149,6 +150,7 @@
/>
</a-form-item>
</template>
</template>
</a-form>
<template #footer>
<a-button size="large" class="cancel-btn" @click="onClose">取消</a-button>