|
@@ -466,33 +466,6 @@ export default [
|
466
|
466
|
name: 'store_brand_lists',
|
467
|
467
|
component: './store/brand_lists',
|
468
|
468
|
},
|
469
|
|
- // 模板列表
|
470
|
|
- {
|
471
|
|
- path: '/diy/tpl_lists',
|
472
|
|
- icon: 'home',
|
473
|
|
- name: 'diy_tpl_lists',
|
474
|
|
- component: './diy/pc_diy/tpl_lists',
|
475
|
|
- },
|
476
|
|
- // 实例化模版
|
477
|
|
- {
|
478
|
|
- path: '/diy/instance_template_lists',
|
479
|
|
- icon: 'profile',
|
480
|
|
- name: 'diy_instance_template_lists',
|
481
|
|
- component: './diy/pc_diy/instance_template_lists',
|
482
|
|
- },
|
483
|
|
- // 新增/编辑模版
|
484
|
|
- {
|
485
|
|
- path: '/diy/instance_template_lists_to_edit',
|
486
|
|
- name: '',
|
487
|
|
- component: './diy/pc_diy/add_template',
|
488
|
|
- },
|
489
|
|
- // 店铺PC端首页装修
|
490
|
|
- {
|
491
|
|
- path: '/diy/decorate_pc_home',
|
492
|
|
- icon: 'desktop',
|
493
|
|
- name: 'diy_decorate_pc_home',
|
494
|
|
- component: './diy/pc_diy/diy_lists',
|
495
|
|
- },
|
496
|
469
|
// 店铺移动端首页装修
|
497
|
470
|
{
|
498
|
471
|
path: '/diy/decorate_mhome',
|
|
@@ -505,7 +478,7 @@ export default [
|
505
|
478
|
path: '/diy/decorate_mhome_to_edit',
|
506
|
479
|
name: '',
|
507
|
480
|
component: './diy/m_diy/edit_m_diy_page',
|
508
|
|
- },
|
|
481
|
+ },
|
509
|
482
|
// 消息接收设置
|
510
|
483
|
{
|
511
|
484
|
path: '/store/msg_setting',
|