去掉井号

const router = new VueRouter({
routes:[
{path:"/",component:Home},
{path:"/helloworld",component:HelloWorld},
],
mode:"history"
})

你可能感兴趣的:(去掉井号)