|
|
@@ -36,11 +36,11 @@ public class DictInfoController {
|
|
|
@Autowired
|
|
|
DictInfoService dictInfoService;
|
|
|
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.Platform, remark = "区域管理_区域列表_160_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.Project, remark = "区域管理_区域列表_160_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.School, remark = "区域管理_区域列表_160_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.BusinessMain, remark = "区域管理_区域列表_160_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.CommonOrg, remark = "区域管理_区域列表_160_Menu")
|
|
|
+ @ResourceAuth(value = "areaPageManager", type = AuthType.Platform, remark = "区域管理_区域列表_160_Menu")
|
|
|
+ @ResourceAuth(value = "areaPageManager", type = AuthType.Project, remark = "区域管理_区域列表_160_Menu")
|
|
|
+ @ResourceAuth(value = "areaPageManager", type = AuthType.School, remark = "区域管理_区域列表_160_Menu")
|
|
|
+ @ResourceAuth(value = "areaPageManager", type = AuthType.BusinessMain, remark = "区域管理_区域列表_160_Menu")
|
|
|
+ @ResourceAuth(value = "areaPageManager", type = AuthType.CommonOrg, remark = "区域管理_区域列表_160_Menu")
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|