perf: 调整
This commit is contained in:
@ -422,7 +422,7 @@ export default {
|
|||||||
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Switch v-model={isCustomCookie.value} size="large" />
|
<Switch v-model:checked={isCustomCookie.value} size="large" />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{isCustomCookie.value && (
|
{isCustomCookie.value && (
|
||||||
<FormItem label=" " name="cookie">
|
<FormItem label=" " name="cookie">
|
||||||
|
|||||||
Reference in New Issue
Block a user