标签: vue.js sharepoint vuejs2
我有一个Vuejs路由器:
const router = new VueRouter({ 模式:“历史”, 路线:[ {path:'/ user /:id',组件:User} ] })
在浏览器中运行时,该应用使用历史记录模式路由,并且路由中没有#。部署到SharePoint后,它将还原为#路由。将应用程序部署到SharePoint时如何启用历史记录模式路由?