dusenyao преди 4 години
родител
ревизия
10ad4e3d14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -35,7 +35,7 @@ const routes = [
 
 const createRouter = () =>
   new VueRouter({
-    // mode: 'history',
+    mode: 'history',
     scrollBehavior: () => ({ y: 0 }),
     routes
   });