소스 검색

feat():init

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
 })