zfile-dev / zfile-vue

zfile 前端工程
MIT License
466 stars 273 forks source link

前端登录403错误,跨域问题 #65

Closed Omoinemie closed 1 year ago

Omoinemie commented 2 years ago

前端地址:https://yun.vomiku.com 后端地址:https://rt.vomiku.com:7443 错误信息: login:1 GET https://yun.vomiku.com/login 404 login:1 Access to XMLHttpRequest at 'https://api.webtest.net/webspeeds' from origin 'https://yun.vomiku.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. webspeed.js:7001 POST https://api.webtest.net/webspeeds net::ERR_FAILED

信息

nodejs 版本

TODO

(推荐使用 v16 以上)


包管理器及其版本

TODO

(推荐使用 pnpm)


系统

TODO

(该项目开发环境系统为 win11)



bug

描述

TODO


预期结果

TODO


最小测试仓库

TODO

zhaojun1998 commented 2 years ago

@Omoinemie

前端页面是 vue history 模式,需要 nginx 做特殊配置,参考:https://blog.csdn.net/weixin_46034375/article/details/123821015

Omoinemie commented 2 years ago

js文件延迟好高啊,是什么原因啊 image

zhaojun1998 commented 2 years ago

@Omoinemie

这个自行排查吧,可尝试使用 http2 多路复用或上 cdn 等方案解决。

Omoinemie commented 2 years ago

我用Windows运行jar本地访问延迟也是70多毫秒 image

zhaojun1998 commented 2 years ago

欢迎提出优化方案,欢迎 PR