mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 04:20:52 +08:00
Previously, the generated URL for opening routes in a new window did not include the router base, which led to incorrect paths when the app was deployed under a subdirectory (e.g., /admin/). This change ensures that the resolved path includes the configured base by using router.resolve(path).href.