guhongwei пре 4 година
родитељ
комит
33bb78717c
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' ? '' : 'trainnotice',
-  routes,
+  // routes,
 });
 
 // router.beforeEach((to, form, next) => {