|
@@ -132,6 +132,7 @@ export default [
|
|
|
meta: {
|
|
|
icon: "el-icon-star-on",
|
|
|
title: "营销活动管理",
|
|
|
+ isAuth: true,
|
|
|
keepAlive: true
|
|
|
},
|
|
|
children: [
|
|
@@ -155,6 +156,7 @@ export default [
|
|
|
redirect: "/claim/index",
|
|
|
meta: {
|
|
|
icon: "el-icon-warning",
|
|
|
+ isAuth: true,
|
|
|
title: "理赔管理",
|
|
|
keepAlive: true
|
|
|
},
|
|
@@ -221,6 +223,7 @@ export default [
|
|
|
redirect: '/complaint/index',
|
|
|
meta: {
|
|
|
title: '投诉管理',
|
|
|
+ isAuth: true,
|
|
|
icon: 'icon-complaint'
|
|
|
},
|
|
|
children: [
|
|
@@ -241,6 +244,7 @@ export default [
|
|
|
redirect: "/image-store-apply/index",
|
|
|
meta: {
|
|
|
title: '形象店申请审核',
|
|
|
+ isAuth: true,
|
|
|
keepAlive: true,
|
|
|
},
|
|
|
children: [
|