vue 打包后We’re sorry but doesn’t work properly without JavaScript enabled. 【已解决】

580 阅读1分钟

vue打包后页面不显示,
提示:
We’re sorry but blog doesn’t work properly without JavaScript enabled.

解决方案:
将router文件夹的index.js文件中,将mode修改为hash模式即可,如果使用的是history,那么需要后端进行配置。具体可以参考官网:
router.vuejs.org/zh/guide/es…