0
到本地主機而不是IP(域名)這是我的本地域名爲什麼IP(域)地址重定向的Grails
http://10.10.1.101/uxsurvey/profile/dashboard
在控制器I設置用戶列表一個動作
redirect(controller: "Profile",action:"userlist" ,params: [profileID: email]);
它rediects http://localhost/uxsurvey/profile/userlist
而不是http://10.10.1.101/uxsurvey/profile/userlist