Browse Source

feat():init

geek 4 years ago
parent
commit
c167f058c1
3 changed files with 3 additions and 3 deletions
  1. 1 1
      dist/index.html
  2. 1 1
      dist/static/js/app.16fbb50d.js
  3. 1 1
      src/router/index.js

File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 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
 })