We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
通过npm build构建出的dist目录,直接部署会出现以上问题。 const createRouter = () => new Router({ // mode: 'history', // require service support scrollBehavior: () => ({ y: 0 }), routes: constantRoutes }) 修改 mode 后可以成功访问。有没有小伙伴解释一下这个问题?
Sorry, something went wrong.
mode
只是区别路由模式,可以把,修改前修改后的url地址截图出来看看
No branches or pull requests
The text was updated successfully, but these errors were encountered: