各位大佬,小弟周末有空兼职前端开发,有介绍请您务必私信我!!
new Router({
mode: 'history', // 访问路径不带#号
base: '/page/aa', // 配置单页应用的基路径
});
页面这样访问 http://localhost:8080/page/aa/ 和 http://localhost:8080/ 访问的效果是一样的。