Browse Source

fix 路由模式

zhangyinghao 2 năm trước cách đây
mục cha
commit
1014067590
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

@@ -21,7 +21,7 @@ import DealMember from '../page/commodity/dealMember.vue'
 Vue.use(Router)
 
 export default new Router({
-  mode: 'history',
+  // mode: 'history',
   scrollBehavior: () => ({ y: 0 }),
   routes: [
     {