简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Vue - 去掉路由中的#号
vue-router默认是hash模式,在hash模式下,是会有#号在URL上,可以在路由的第一行添加 mode:history来去掉#号。const router = new Router({mode: 'history',routes: []})
到底了
该用户还未填写简介
暂无可提供的服务
vue-router默认是hash模式,在hash模式下,是会有#号在URL上,可以在路由的第一行添加 mode:history来去掉#号。const router = new Router({mode: 'history',routes: []})