-
+
@@ -52,7 +52,7 @@ const icon_setting_sort = (item: any) => {
const add = () => {
form.icon_setting.push({
id: get_math(),
- src: [],
+ img: [],
icon: '',
href: {},
});
diff --git a/src/views/layout/components/main/default/user-info.ts b/src/views/layout/components/main/default/user-info.ts
index 69f5081d..5bdfb82b 100644
--- a/src/views/layout/components/main/default/user-info.ts
+++ b/src/views/layout/components/main/default/user-info.ts
@@ -2,7 +2,7 @@ import defaultCommon from './index';
interface DefaultUserInfo {
content: {
user_info: string[];
- icon_setting: { id: string; src: uploadList[]; href: object; icon: string }[];
+ icon_setting: { id: string; img: uploadList[]; href: object; icon: string }[];
};
style: {
user_avatar_size: string;
@@ -29,8 +29,8 @@ const defaultUserInfo: DefaultUserInfo = {
content: {
user_info: ['1', '2', '3', '4', '5'],
icon_setting: [
- { id: '1', src: [], icon: 'applet-me-settings-acquiesce', href: {} },
- { id: '2', src: [], icon: 'applet-me-message-acquiesce', href: {} },
+ { id: '1', img: [], icon: 'applet-me-settings-acquiesce', href: {} },
+ { id: '2', img: [], icon: 'applet-me-message-acquiesce', href: {} },
],
},
style: {
From 7683b6aec79ea95b88e2d1293e3ae713db902dad Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Thu, 5 Sep 2024 11:05:57 +0800
Subject: [PATCH 2/4] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../model-custom/model-custom-content.vue | 30 +++++++++----------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue
index 071eb677..3261c5df 100644
--- a/src/components/model-custom/model-custom-content.vue
+++ b/src/components/model-custom/model-custom-content.vue
@@ -9,10 +9,10 @@
-
{{ form.data_source_content.title || form.data_source_content.name }}
+
{{ form.data_source_content.title || form.data_source_content.name }}
内容设置
@@ -40,7 +40,7 @@
-