panhui 3 лет назад
Родитель
Сommit
1edfe19e99
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/router/index.js

+ 0 - 1
src/router/index.js

@@ -946,7 +946,6 @@ const router = createRouter({
 });
 
 router.beforeEach((to, from, next) => {
-    console.log(to);
     if (/^\/http/.test(to.path)) {
         let url = to.path.replace('/', '');
         let params = [];