1. 程式人生 > >vue 去掉路由中的#

vue 去掉路由中的#

vue 去掉 hist ring mode 修改 key word con

在router.js中修改,

const router = new VueRouter({

mode: ‘history‘,

routes: [...]

})

vue 去掉路由中的#