This commit is contained in:
那些花儿
2025-09-05 15:15:11 +08:00
parent 23885590c5
commit a72c01358a
13 changed files with 1719 additions and 60 deletions
@@ -13,7 +13,7 @@ import org.nutz.mvc.annotation.Ok;
public class H5ProposalWriteController {
@At("")
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/write/index.html")
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/write/index_.html")
@SaCheckPermission("h5.proposal.write")
public void index() {
}
@@ -46,6 +46,13 @@ public class SuggestionBoxWriteController {
}
@At("")
@Ok("beetl:/platform/zhghh5/democratic/suggestionBox/write/index.html")
@SaCheckPermission("h5.suggestionBox.write")
public void h5Index(){
}
@At
@SaCheckPermission("suggestionBox.write")
@ApiOperation("保存申请")