diff --git a/yudao-admin-vue3/src/components/DiyEditor/index.vue b/yudao-admin-vue3/src/components/DiyEditor/index.vue
index 700d32b..942a153 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/index.vue
+++ b/yudao-admin-vue3/src/components/DiyEditor/index.vue
@@ -249,6 +249,7 @@ watch(
const component = componentConfigs[item.id]
return { ...component, property: item.property }
})
+ console.log(modelValue,"pageComponents.value")
},
{
immediate: true
diff --git a/yudao-admin-vue3/src/router/modules/remaining.ts b/yudao-admin-vue3/src/router/modules/remaining.ts
index 05c227a..a91a181 100644
--- a/yudao-admin-vue3/src/router/modules/remaining.ts
+++ b/yudao-admin-vue3/src/router/modules/remaining.ts
@@ -469,7 +469,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
]
},
{
- path: '/diy',
+ path: '/diy-template/diy',
name: 'DiyCenter',
meta: { hidden: true },
component: Layout,
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
index e7838f2..4fa8d08 100644
--- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
@@ -1,18 +1,10 @@
-
-
-
+
+
+
+
+ })
+
+ // watch(() => route.path, (newPath, oldPath) => {
+ // console.log(newPath,'newPathnewPath');
+ // // handleTemplateItemChange()
+ // }, { immediate: true });
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue
new file mode 100644
index 0000000..42502fa
--- /dev/null
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue
new file mode 100644
index 0000000..5ea5f26
--- /dev/null
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
\ No newline at end of file