..
This commit is contained in:
+9
@@ -1,5 +1,6 @@
|
||||
package com.budwk.app.zhgh.democratic.suggestionBox.controller;
|
||||
|
||||
import cn.dev33.satoken.annotation.SaCheckLogin;
|
||||
import cn.dev33.satoken.annotation.SaCheckPermission;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.budwk.app.base.annotation.SLog;
|
||||
@@ -43,6 +44,14 @@ public class SuggestionBoxMineController {
|
||||
|
||||
}
|
||||
|
||||
@At(value = "/platform/h5/suggestionBox/mine",top = true)
|
||||
@Ok("beetl:/platform/zhghh5/democratic/suggestionBox/mine/index.html")
|
||||
@SaCheckLogin
|
||||
public void h5Index(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("suggestionBox.mine")
|
||||
public Result pageData(Integer pageNumber, Integer pageSize, String title, Integer year) {
|
||||
|
||||
+3
-2
@@ -46,9 +46,10 @@ public class SuggestionBoxWriteController {
|
||||
|
||||
}
|
||||
|
||||
@At("")
|
||||
@At(value = "/platform/h5/suggestionBox/write",top = true)
|
||||
@Ok("beetl:/platform/zhghh5/democratic/suggestionBox/write/index.html")
|
||||
@SaCheckPermission("h5.suggestionBox.write")
|
||||
// @SaCheckPermission("h5.suggestionBox.write")
|
||||
@SaCheckLogin
|
||||
public void h5Index(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user