Skip to content
New issue

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

下载下来后,登录验证图片无法显示 #185

Closed
kuitao1018 opened this issue Sep 29, 2022 · 5 comments
Closed

下载下来后,登录验证图片无法显示 #185

kuitao1018 opened this issue Sep 29, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@kuitao1018
Copy link

碰到问题,请在 https://github.com/YunaiV/ruoyi-vue-pro/issues 搜索是否存在相似的 issue。

不按照模板提交的 issue,会被系统自动删除。

基本信息

  • ruoyi-vue-pro 版本:1.6.3.1611
  • 操作系统:win10
  • 数据库:wu

你猜测可能的原因

(必填)我花费了 2-4 小时自查,发现可能的原因是:验证图片无法显示 不能跳过

复现步骤

vscode插件都下了的

报错信息

1664445066813

@techoc
Copy link

techoc commented Sep 29, 2022

切换分支 我切换到1.6.2就好了

@kuitao1018
Copy link
Author

切换分支 我切换到1.6.2就好了

1.6.2 三个分支都试了 ,还是不行 ,是否要配合后台服务器

@YunaiV
Copy link
Owner

YunaiV commented Oct 2, 2022

提供复现步骤哈。=

@YunaiV YunaiV self-assigned this Oct 2, 2022
@YunaiV YunaiV added the question Further information is requested label Oct 2, 2022
@JacksonChen-czc
Copy link

JacksonChen-czc commented Oct 10, 2022

提供复现步骤哈。=

1、clone代码。master分支
2、配置完数据库,redis后,启动项目,
3、直接访问方式一的前端,无法登录。

排查:/admin-api/system/captcha/get-image接口报错”账号未登录“

调试:将/admin-api/system/captcha/get-image允许匿名访问如下:

            // 1.5 验证码captcha 允许匿名访问
            .antMatchers("/captcha/get", "/captcha/check","/admin-api/system/captcha/get-image").permitAll()

结果接口返回404,项目中也没找到对应的接口代码。好像是图片验证码功能未实现,但是前端已经在调用?

切换到分支1.6.2可以正常使用。

@YunaiV
Copy link
Owner

YunaiV commented Nov 12, 2022

已修复!

@YunaiV YunaiV closed this as completed Nov 12, 2022
@YunaiV YunaiV added bug Something isn't working and removed question Further information is requested labels Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants