diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
index 17534cfa..654b3b21 100644
--- a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
+++ b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
@@ -29,7 +29,10 @@
-
+
+
+ 建议宽度:750
+
@@ -39,8 +42,9 @@
预览
+ 预览
+
@@ -54,8 +58,9 @@
预览
+ 预览
+
diff --git a/src/components/MagicCubeEditor/index.vue b/src/components/MagicCubeEditor/index.vue
index 9b9a43cc..6af4ca4a 100644
--- a/src/components/MagicCubeEditor/index.vue
+++ b/src/components/MagicCubeEditor/index.vue
@@ -35,13 +35,13 @@
>
- {{ `${hotArea.width}×${hotArea.height}` }}
+ {{ `${hotArea.width}×${hotArea.height}` }}
diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts
index d112713e..93b24c50 100644
--- a/src/router/modules/remaining.ts
+++ b/src/router/modules/remaining.ts
@@ -478,7 +478,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '模板装修',
noCache: true,
hidden: true,
- activeMenu: '/mall/promotion/diy/template'
+ activeMenu: '/mall/promotion/diy-template/diy-template'
},
component: () => import('@/views/mall/promotion/diy/template/decorate.vue')
},
@@ -489,7 +489,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '页面装修',
noCache: true,
hidden: true,
- activeMenu: '/mall/promotion/diy/page'
+ activeMenu: '/mall/promotion/diy-template/diy-page'
},
component: () => import('@/views/mall/promotion/diy/page/decorate.vue')
}