console移除

This commit is contained in:
2025-11-21 16:53:58 +08:00
parent a492b68fa2
commit 028e748565
8 changed files with 22 additions and 22 deletions

View File

@@ -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);