@@ -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 = [];