From 3103e81d3beee66a2e431094f5bf5ea9655e8ade Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 5 Mar 2025 16:06:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=9A=E9=97=A8=E5=BA=97?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/common/div-content/index.vue | 6 +++++-
src/views/layout/components/main/index.ts | 3 +++
src/views/layout/components/settings/index.vue | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/components/common/div-content/index.vue b/src/components/common/div-content/index.vue
index 5ae7ea13..e56a41e1 100644
--- a/src/components/common/div-content/index.vue
+++ b/src/components/common/div-content/index.vue
@@ -114,10 +114,14 @@
-
+
+
+
+
+
diff --git a/src/views/layout/components/main/index.ts b/src/views/layout/components/main/index.ts
index 2622dd31..d26e37d8 100644
--- a/src/views/layout/components/main/index.ts
+++ b/src/views/layout/components/main/index.ts
@@ -27,6 +27,7 @@ import defaultCoupon from '@/config/const/coupon';
import defaultSeckill from '@/config/const/seckill';
import defaultTabsCarousel from '@/config/const/tabs-carousel';
import defaultRealstore from '@/config/const/realstore';
+import defaultShop from '@/config/const/shop';
// 系统设置
interface DefaultSettings {
@@ -59,6 +60,7 @@ interface DefaultSettings {
seckill: object;
tabs_carousel: object;
realstore: object;
+ shop: object;
}
const defaultSettings: DefaultSettings = {
@@ -91,6 +93,7 @@ const defaultSettings: DefaultSettings = {
seckill: defaultSeckill,
tabs_carousel: defaultTabsCarousel,
realstore: defaultRealstore,
+ shop: defaultShop,
};
export default defaultSettings;
diff --git a/src/views/layout/components/settings/index.vue b/src/views/layout/components/settings/index.vue
index 2646bdec..9bf4bf68 100644
--- a/src/views/layout/components/settings/index.vue
+++ b/src/views/layout/components/settings/index.vue
@@ -106,6 +106,10 @@
+
+
+
+