vue去除地址栏上的'#'号

const router = new VueRouter({
  routes:[],
  mode :"history"//除去#号
}

 

转载于:https://www.cnblogs.com/cloud-k/p/9186077.html

你可能感兴趣的:(javascript)