Selaa lähdekoodia

feat():init

geek 4 vuotta sitten
vanhempi
commit
c167f058c1
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      dist/index.html
  2. 1 1
      dist/static/js/app.16fbb50d.js
  3. 1 1
      src/router/index.js

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 1
dist/index.html


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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
 })