guhongwei 5 년 전
부모
커밋
5f213ee638
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -14,9 +14,9 @@ const routes = [
 ];
 
 const router = new VueRouter({
-  mode: 'history',
+  // mode: 'history',
   base: process.env.NODE_ENV === 'development' ? '' : 'mobiledirtea',
-  routes,
+  // routes,
 });
 
 // router.beforeEach((to, form, next) => {