We‘re sorry but XX doesn‘t work properly without JavaScript enabled. Please enable it to continue

vue 項目打包发布到nginx服务器访问接口时返回:We’re sorry but XX doesn’t work properly without JavaScript enabled. Please enable it to continue

接口没有报错 状态返回也是 200

We‘re sorry but XX doesn‘t work properly without JavaScript enabled. Please enable it to continue
We‘re sorry but XX doesn‘t work properly without JavaScript enabled. Please enable it to continue

查找网上解决方法 :

  1. 将路由 history模式 改为:hash 模式(测试我使用无效)
  2. vue.config.js 文件 publicPath 在生产环境下将 ‘./’ 改为 ‘/’ (测试我使用还是无效)

对比原来发布的項目发现 该项目在解决跨域问题时使用了proxy 代理在开发环境下测试接口可以正常访问返回数据,打包发布到nginx服务器上时 接口就出现了问题,通过查找nginx 代理配置成功解决问题

nginx配置参考了https://blog.csdn.net/qq_39835505/article/details/121332941
通过配置nginx 问题终于解决了
We‘re sorry but XX doesn‘t work properly without JavaScript enabled. Please enable it to continue

跨域问题尽量让后端解决

上一篇:Pygame实战:记忆差怎么办?别急,增强记忆力的小游戏送给你~【越玩越上瘾】


下一篇:BUG集-java-mybatis-Table ‘jt.demouser‘ doesn‘t exist