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 @@
+
+
+
+