fix: 去除页面缓存
This commit is contained in:
@@ -18,7 +18,7 @@ const organizationManage = {
|
||||
component: () => import('/@/view/organizationManage/usermanage/index.vue'),
|
||||
meta: {
|
||||
title: '用户管理',
|
||||
keepAlive: true,
|
||||
keepAlive: false,
|
||||
operates: [
|
||||
{ title: '新增', code: 'userAdd' },
|
||||
{ title: '导入', code: 'userImport' },
|
||||
@@ -48,7 +48,7 @@ const organizationManage = {
|
||||
component: () => import('/@/view/organizationManage/departmentManage/index.vue'),
|
||||
meta: {
|
||||
title: '部门/权限',
|
||||
keepAlive: true,
|
||||
keepAlive: false,
|
||||
operates: [
|
||||
{ title: '新增部门', code: 'authorityDeptAdd' },
|
||||
{ title: '新增子部门', code: 'authorityDeptSonAdd' },
|
||||
|
Reference in New Issue
Block a user