diff --git a/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue b/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
index f5fe246..bd33b90 100644
--- a/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
+++ b/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
@@ -392,28 +392,24 @@ export default {
auto-size={{ minRows: 3, maxRows: 5 }}
/>
- {!isEdit.value && (
- <>
- renderLabel('Cookie值', 'Cookie,无需扫码授权'),
- }}
- >
-
-
- {isCustomCookie.value && (
-
-
-
- )}
- >
+ renderLabel('Cookie值', 'Cookie,无需扫码授权'),
+ }}
+ >
+
+
+ {isCustomCookie.value && (
+
+
+
)}
>
)}