|
|
@@ -5,7 +5,6 @@ import com.github.microservice.auth.security.annotations.ResourceAuth;
|
|
|
import com.github.microservice.auth.security.type.AuthType;
|
|
|
import com.github.microservice.net.ResultContent;
|
|
|
import io.swagger.v3.oas.annotations.Hidden;
|
|
|
-import io.swagger.v3.oas.annotations.Operation;
|
|
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
@@ -245,6 +244,21 @@ public class OrgMenuController {
|
|
|
// @RequestMapping(value = "projectAreaTypeManager", method = {RequestMethod.GET})
|
|
|
// public ResultContent projectAreaTypeManager() {
|
|
|
// return ResultContent.buildSuccess();
|
|
|
+// }
|
|
|
+
|
|
|
+// @ResourceAuth(value = "projectSceneManager", type = AuthType.Project, remark = "项目场景_应用场景管理_168_Menu")
|
|
|
+// @ResourceAuth(value = "projectSceneManager", type = AuthType.School, remark = "项目场景_应用场景管理_168_Menu")
|
|
|
+// @ResourceAuth(value = "projectSceneManager", type = AuthType.BusinessMain, remark = "项目场景_应用场景管理_168_Menu")
|
|
|
+// @ResourceAuth(value = "projectSceneManager", type = AuthType.CommonOrg, remark = "项目场景_应用场景管理_168_Menu")
|
|
|
+// @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.CommonOrg, remark = "")
|
|
|
+// @ResourceAuth(value = "user", type = AuthType.User)
|
|
|
+// @RequestMapping(value = "projectSceneManager", method = {RequestMethod.GET})
|
|
|
+// public ResultContent projectSceneManager() {
|
|
|
+// return ResultContent.buildSuccess();
|
|
|
// }
|
|
|
|
|
|
@ResourceAuth(value = "projectOpenAPIManager", type = AuthType.Project, remark = "OpenAPI_应用管理_170_Menu")
|