geek 4 lat temu
rodzic
commit
c167f058c1
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      dist/index.html
  2. 1 1
      dist/static/js/app.16fbb50d.js
  3. 1 1
      src/router/index.js

Plik diff jest za duży
+ 1 - 1
dist/index.html


Plik diff jest za duży
+ 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
 })