需要在路由生成的router/index.js中把​​mode: 'history'​​ 注释掉即可

export default new Router({
// mode: 'history', // 去掉url中的#
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes
})