gpt4 book ai didi

grails - 如何在grails中获取基本URL

转载 作者:行者123 更新时间:2023-12-02 15:19:05 26 4
gpt4 key购买 nike

Iam在我的2.4.4 grails应用程序中使用spring security ui插件,当我单击“注册为新用户”链接时,URL像http://localhost:8080/UserManagement/register/register一样(工作正常)
但问题是我在此页面中有另一个链接,例如

<a href="report">report</a>

当我单击上面的报告链接时,URL类似于 http://localhost:8080/UserManagement/register/report。我真正想要的是 http://localhost:8080/UserManagement/report可以解决这个问题吗?
我需要输入基本网址吗?如果是这样,该如何采取?

最佳答案

使用g:link例如

<g:link controller="userManagement" action="report">report</g:link>

如果在userManagement View 中使用了以上内容,则可以省略 Controller
<g:link action="report">report</g:link>

关于grails - 如何在grails中获取基本URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41995773/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com