lrf402788946 5 năm trước cách đây
mục cha
commit
cd7c6fd7b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

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