fix(app): 修改侧边栏路由跳转方式为 push()
This commit is contained in:
@@ -52,7 +52,7 @@ const router = useRouter();
|
|||||||
|
|
||||||
/** 切换页面 */
|
/** 切换页面 */
|
||||||
function changePage(routeName = '') {
|
function changePage(routeName = '') {
|
||||||
router.replace({ name: routeName });
|
router.push({ name: routeName });
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 初始化数据 */
|
/** 初始化数据 */
|
||||||
|
Reference in New Issue
Block a user