Browse Source

删除无用模块

ytf 3 years ago
parent
commit
1c6f1d20c4
1 changed files with 1 additions and 28 deletions
  1. 1 28
      seller/config/router.config.js

+ 1 - 28
seller/config/router.config.js

@@ -466,33 +466,6 @@ export default [
466
         name: 'store_brand_lists',
466
         name: 'store_brand_lists',
467
         component: './store/brand_lists',
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
         path: '/diy/decorate_mhome',
471
         path: '/diy/decorate_mhome',
@@ -505,7 +478,7 @@ export default [
505
         path: '/diy/decorate_mhome_to_edit',
478
         path: '/diy/decorate_mhome_to_edit',
506
         name: '',
479
         name: '',
507
         component: './diy/m_diy/edit_m_diy_page',
480
         component: './diy/m_diy/edit_m_diy_page',
508
-      },
481
+      }, 
509
       // 消息接收设置
482
       // 消息接收设置
510
       {
483
       {
511
         path: '/store/msg_setting',
484
         path: '/store/msg_setting',