feat:【ele】【mall】diy/page 代码优化

This commit is contained in:
YunaiV
2025-10-25 21:02:09 +08:00
parent 900671babd
commit d8f4979a47
7 changed files with 86 additions and 102 deletions

View File

@@ -98,7 +98,7 @@ const routes: RouteRecordRaw[] = [
activePath: '/mall/promotion/diy-template/diy-template',
},
component: () =>
import('#/views/mall/promotion/diy/template/modules/decorate.vue'),
import('#/views/mall/promotion/diy/template/decorate/index.vue'),
},
{
path: 'page/decorate/:id',
@@ -110,7 +110,7 @@ const routes: RouteRecordRaw[] = [
activePath: '/mall/promotion/diy-template/diy-page',
},
component: () =>
import('#/views/mall/promotion/diy/page/modules/decorate.vue'),
import('#/views/mall/promotion/diy/page/decorate/index.vue'),
},
],
},