Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将提供者登录设置为默认登录页面,而不是导航到需要选择提供者的 OAuth 页面?
我在login_oauth.html页面中使用 JS 来覆盖初始加载并在它到达页面后立即重定向。
window.location = "/登录/";
例如“ http://localhost:port/login/google ”