vue 路由中# Posted on 2019-07-23 15:30 seo 中有需求 url中最好不要带有#,就去查了一下怎么做 1234const router = new VueRouter({ mode: 'history', routes: [...]}) 参考:https://router.vuejs.org/zh/guide/essentials/history-mode.html