From df86a50997b46d7dfee903fcb2f132208a1ff7b4 Mon Sep 17 00:00:00 2001
From: rd <1344903914@qq.com>
Date: Tue, 22 Jul 2025 18:28:41 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E8=BE=91=E8=B4=A6=E5=8F=B7?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0cookie=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/add-account-modal/index.vue | 40 +++++++++----------
1 file changed, 18 insertions(+), 22 deletions(-)
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 && (
+
+
+
)}
>
)}