geek преди 4 години
родител
ревизия
c167f058c1
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      dist/index.html
  2. 1 1
      dist/static/js/app.16fbb50d.js
  3. 1 1
      src/router/index.js

Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
dist/index.html


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
dist/static/js/app.16fbb50d.js


+ 1 - 1
src/router/index.js

@@ -178,7 +178,7 @@ export const constantRoutes = [
 ]
 
 const createRouter = () => new Router({
-  // mode: 'history', // require service support
+  mode: 'hash', // require service support
   scrollBehavior: () => ({ y: 0 }),
   routes: constantRoutes
 })