|
|
@@ -71,7 +71,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.school.edit',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/school/list' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -82,7 +82,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.school.info',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/school/list' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -93,7 +93,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
component: RoutesAlias.SchoolRelation,
|
|
|
meta: {
|
|
|
title: 'menus.school.relation',
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
authList: [
|
|
|
{
|
|
|
id: 120200,
|
|
|
@@ -141,7 +141,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.school.followInfo',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/school/follow' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -188,7 +188,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.canteen.edit',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/canteen/list' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -199,7 +199,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.canteen.info',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/canteen/list' // 激活菜单路径
|
|
|
},
|
|
|
},
|
|
|
@@ -230,7 +230,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.canteen.followInfo',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/canteen/follow' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -277,7 +277,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.company.edit',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/company/list' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -288,7 +288,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.company.info',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/company/list' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -299,7 +299,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
component: RoutesAlias.CompanyRelation,
|
|
|
meta: {
|
|
|
title: 'menus.company.relation',
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
authList: [
|
|
|
{
|
|
|
id: 140200,
|
|
|
@@ -347,7 +347,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
meta: {
|
|
|
title: 'menus.company.followInfo',
|
|
|
isHide: true,
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
activePath: '/company/follow' // 激活菜单路径
|
|
|
}
|
|
|
},
|
|
|
@@ -370,7 +370,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
component: RoutesAlias.User,
|
|
|
meta: {
|
|
|
title: 'menus.system.user',
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
authList: [
|
|
|
{
|
|
|
id: 110100,
|
|
|
@@ -395,7 +395,7 @@ export const asyncRoutes: AppRouteRecord[] = [
|
|
|
component: RoutesAlias.Role,
|
|
|
meta: {
|
|
|
title: 'menus.system.role',
|
|
|
- keepAlive: true,
|
|
|
+ keepAlive: false,
|
|
|
authList: [
|
|
|
{
|
|
|
id: 110200,
|