panhui 3 anni fa
parent
commit
1edfe19e99
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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) => {
 router.beforeEach((to, from, next) => {
-    console.log(to);
     if (/^\/http/.test(to.path)) {
     if (/^\/http/.test(to.path)) {
         let url = to.path.replace('/', '');
         let url = to.path.replace('/', '');
         let params = [];
         let params = [];