fix
Helius
2022-04-18 5d23d7883b47e2fd6967bb4f4c8786033dc810e1
src/main/java/cc/mrbird/febs/dapp/controller/ViewController.java
@@ -11,7 +11,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
/**
 * @author wzy
 * @author
 * @date 2022-03-21
 **/
@Controller("dappView")
@@ -93,4 +93,11 @@
        return FebsUtil.view("dapp/return-ratio");
    }
    @GetMapping(value = "agentReturn")
    @RequiresPermissions("agentReturn:view")
    public String agentReturn() {
        return FebsUtil.view("dapp/agent-return");
    }
}