console移除
This commit is contained in:
@@ -127,8 +127,8 @@ function showCreateDialog() {
|
||||
// 尝试跳转
|
||||
router.push('/article/add')
|
||||
.then(() => {
|
||||
console.log('路由跳转成功!');
|
||||
console.log('跳转后路由:', router.currentRoute.value.fullPath);
|
||||
// console.log('路由跳转成功!');
|
||||
// console.log('跳转后路由:', router.currentRoute.value.fullPath);
|
||||
})
|
||||
.catch(err => {
|
||||
console.error('路由跳转失败:', err);
|
||||
|
||||
Reference in New Issue
Block a user