路由缓存问题
This commit is contained in:
@@ -68,6 +68,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'home', // 菜单前图标
|
||||
componentName: 'Analysis',
|
||||
keepAlive: false,
|
||||
title: '首页' // 菜单名称
|
||||
},
|
||||
name: 'dashboard-analysis',
|
||||
@@ -81,6 +82,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_project', // 菜单前图标
|
||||
componentName: 'MineProject',
|
||||
keepAlive: false,
|
||||
title: '我的项目' // 菜单名称
|
||||
},
|
||||
name: 'mine-project',
|
||||
@@ -94,6 +96,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'team', // 菜单前图标
|
||||
componentName: 'SubBidCommittee',
|
||||
keepAlive: false,
|
||||
title: '分标委' // 菜单名称
|
||||
},
|
||||
name: 'sub-bid-committee',
|
||||
@@ -107,6 +110,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_member', // 菜单前图标
|
||||
componentName: 'WorkTeam',
|
||||
keepAlive: false,
|
||||
title: '工作组' // 菜单名称
|
||||
},
|
||||
name: 'work-team',
|
||||
@@ -120,6 +124,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_pack', // 菜单前图标
|
||||
componentName: 'DataMember',
|
||||
keepAlive: false,
|
||||
title: '资料网员' // 菜单名称
|
||||
},
|
||||
name: 'data-member',
|
||||
@@ -133,6 +138,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_meeting', // 菜单前图标
|
||||
componentName: 'MeetingActivity',
|
||||
keepAlive: false,
|
||||
title: '会议活动' // 菜单名称
|
||||
},
|
||||
name: 'meeting-activity',
|
||||
@@ -146,6 +152,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_data-network-disk', // 菜单前图标
|
||||
componentName: 'DataDownload',
|
||||
keepAlive: false,
|
||||
title: '资料下载' // 菜单名称
|
||||
},
|
||||
name: 'data-download',
|
||||
@@ -159,6 +166,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'cus_contract', // 菜单前图标
|
||||
componentName: 'MineContract',
|
||||
keepAlive: false,
|
||||
title: '我的合同' // 菜单名称
|
||||
},
|
||||
name: 'mine-contract',
|
||||
@@ -173,6 +181,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: '', // 菜单前图标
|
||||
componentName: 'UserAnnouncementList',
|
||||
keepAlive: false,
|
||||
title: '我的消息' // 菜单名称
|
||||
},
|
||||
name: 'user-announcement-list',
|
||||
@@ -187,6 +196,7 @@ export const routerData = [
|
||||
meta: {
|
||||
icon: 'user', // 菜单前图标
|
||||
componentName: 'AccountCenter',
|
||||
keepAlive: false,
|
||||
title: '个人中心' // 菜单名称
|
||||
},
|
||||
name: 'account-center',
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
fixSiderbar: false, // sticky siderbar
|
||||
autoHideHeader: false, // auto hide header
|
||||
colorWeak: false,
|
||||
multipage: true, //默认多页签模式
|
||||
multipage: false, //默认多页签模式
|
||||
// vue-ls options
|
||||
storageOptions: {
|
||||
namespace: 'pro__', // key prefix
|
||||
|
||||
@@ -8,6 +8,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/workgroup.png'),
|
||||
componentName: 'WorkTeam',
|
||||
keepAlive: false,
|
||||
title: '我的工作组' // 菜单名称
|
||||
},
|
||||
name: 'work-team',
|
||||
@@ -21,6 +22,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/project.png'),
|
||||
componentName: 'MineProject',
|
||||
keepAlive: false,
|
||||
title: '我的项目' // 菜单名称
|
||||
},
|
||||
name: 'mine-project',
|
||||
@@ -34,6 +36,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/meeting.png'),
|
||||
componentName: 'MeetingActivity',
|
||||
keepAlive: false,
|
||||
title: '我的会议' // 菜单名称
|
||||
},
|
||||
name: 'meeting-activity',
|
||||
@@ -47,6 +50,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/member.png'),
|
||||
componentName: 'DataMember',
|
||||
keepAlive: false,
|
||||
title: '我的会员' // 菜单名称
|
||||
},
|
||||
name: 'data-member',
|
||||
@@ -60,6 +64,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/file.png'),
|
||||
componentName: 'DataDownload',
|
||||
keepAlive: false,
|
||||
title: '资料下载' // 菜单名称
|
||||
},
|
||||
name: 'data-download',
|
||||
@@ -73,6 +78,7 @@ const IndexRouter = [
|
||||
meta: {
|
||||
icon: require('../../assets/indexImgs/contract-manmage.png'),
|
||||
componentName: 'MineContract',
|
||||
keepAlive: false,
|
||||
title: '我的合同' // 菜单名称
|
||||
},
|
||||
name: 'mine-contract',
|
||||
|
||||
Reference in New Issue
Block a user