标签: router stenciljs stencil-component
我正在使用StencilJs和stencil-router登录后,我想重定向到另一个我正在使用以下代码的组件
StencilJs
stencil-router
return <stencil-router-redirect url={ $ {appConfig.pathPrefix} / rooms } />;
return <stencil-router-redirect url={
} />;
此代码将重定向到房间组件,而无需刷新页面。我希望重定向在页面刷新时发生,有什么办法可以在模具中完成。
我无法使用在代码中引起其他问题的window.location.href。
window.location.href