|
@@ -74,12 +74,12 @@ export default [
|
74
|
74
|
name: 'order',
|
75
|
75
|
component: './sysset/base/order',
|
76
|
76
|
},
|
77
|
|
- //APP配置
|
78
|
|
- {
|
79
|
|
- path: '/sysset_setting/app_set',
|
80
|
|
- name: 'app_set',
|
81
|
|
- component: './sysset/base/app_set',
|
82
|
|
- },
|
|
77
|
+ //APP配置 pc 和 app 暂时禁用
|
|
78
|
+ // {
|
|
79
|
+ // path: '/sysset_setting/app_set',
|
|
80
|
+ // name: 'app_set',
|
|
81
|
+ // component: './sysset/base/app_set',
|
|
82
|
+ // },
|
83
|
83
|
],
|
84
|
84
|
},
|
85
|
85
|
//系统配置—通知管理
|
|
@@ -295,7 +295,7 @@ export default [
|
295
|
295
|
name: '',
|
296
|
296
|
component: './pcdecorate/home/add_template',
|
297
|
297
|
},
|
298
|
|
- // // 测试模板
|
|
298
|
+ // // 测试模板 pc 和 app 暂时禁用
|
299
|
299
|
// {
|
300
|
300
|
// path: '/pcdecorate_home/adv_222',
|
301
|
301
|
// name: 'adv_222',
|
|
@@ -472,7 +472,7 @@ export default [
|
472
|
472
|
name: '',
|
473
|
473
|
component: './manage/order/order_detail',
|
474
|
474
|
},
|
475
|
|
- //售后管理
|
|
475
|
+ //售后管理 pc 和 app 暂时禁用
|
476
|
476
|
// {
|
477
|
477
|
// path: '/manage_order/aftersales_lists',
|
478
|
478
|
// name: 'aftersales_lists',
|
|
@@ -497,26 +497,26 @@ export default [
|
497
|
497
|
},
|
498
|
498
|
],
|
499
|
499
|
},
|
500
|
|
- // 文章管理
|
501
|
|
- {
|
502
|
|
- path: '/manage_article',
|
503
|
|
- icon: 'file-word',
|
504
|
|
- name: 'article',
|
505
|
|
- routes: [
|
506
|
|
- {
|
507
|
|
- path: '/manage_article/article_cat_lists',
|
508
|
|
- name: 'article_cat_lists',
|
509
|
|
- component: './manage/article/article_cat_lists',
|
510
|
|
- }, {
|
511
|
|
- path: '/manage_article/article_lists',
|
512
|
|
- name: 'article_lists',
|
513
|
|
- component: './manage/article/article_lists',
|
514
|
|
- }, {
|
515
|
|
- path: '/manage_article/article_lists_to_add',
|
516
|
|
- component: './manage/article/add_article',
|
517
|
|
- },
|
518
|
|
- ],
|
519
|
|
- },
|
|
500
|
+ // 文章管理 pc 和 app 暂时禁用
|
|
501
|
+ // {
|
|
502
|
+ // path: '/manage_article',
|
|
503
|
+ // icon: 'file-word',
|
|
504
|
+ // name: 'article',
|
|
505
|
+ // routes: [
|
|
506
|
+ // {
|
|
507
|
+ // path: '/manage_article/article_cat_lists',
|
|
508
|
+ // name: 'article_cat_lists',
|
|
509
|
+ // component: './manage/article/article_cat_lists',
|
|
510
|
+ // }, {
|
|
511
|
+ // path: '/manage_article/article_lists',
|
|
512
|
+ // name: 'article_lists',
|
|
513
|
+ // component: './manage/article/article_lists',
|
|
514
|
+ // }, {
|
|
515
|
+ // path: '/manage_article/article_lists_to_add',
|
|
516
|
+ // component: './manage/article/add_article',
|
|
517
|
+ // },
|
|
518
|
+ // ],
|
|
519
|
+ // },
|
520
|
520
|
// 促销活动
|
521
|
521
|
{
|
522
|
522
|
path: '/bussset_promotion',
|