Ghost Face

Results 1 comments of Ghost Face

通过npm build构建出的dist目录,直接部署会出现以上问题。 const createRouter = () => new Router({ **// mode: 'history', // require service support** scrollBehavior: () => ({ y: 0 }), routes: constantRoutes }) 修改 mode 后可以成功访问。有没有小伙伴解释一下这个问题?