标签: angularjs
http://localhost:8080/restEzJson/#/login
这应该是Login应该工作的URL,但是当我输入凭据并通过RestEASY发布数据来验证它时,即使数据有效,它也会将我重定向到以下URL
http://localhost:8080/restEzJson/?#/login
在此网址上,它正常运行。
我希望功能通过第一个URL而不是第二个。
它在Firefox中运行良好,但在Chrome中运行良好。