/** * 所有资源状态 */ export const resourcestate: any = { // 统一资源数据 resourceData: [],
// 菜单数据 menuData:[],
// 是否开启权限认证
enablePermissionValid: false
}