fix: 去除页面缓存

This commit is contained in:
xuziqiang
2024-07-18 14:56:26 +08:00
parent 7f839b7a31
commit db70343b18
9 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ const home = {
component: () => import('/@/view/developing.vue'),
meta: {
title: '首页',
keepAlive: true,
keepAlive: false,
// backApi: [],
},
},

View File

@@ -11,7 +11,7 @@ const organizationManage = {
component: () => import('/@/view/organizationManage/enterpriseManage/index.vue'),
meta: {
title: '企业管理',
keepAlive: true,
keepAlive: false,
// backApi: [],
},
},