Commit Graph

84 Commits

Author SHA1 Message Date
cce8a1c57b feat: 新闻咨询由后台配置 2026-04-30 03:48:12 +08:00
f37f1051c0 feat: 添加md文档预览 2026-04-30 03:44:45 +08:00
d966ffff1d style: 修改碳需求市场样式 2026-04-30 01:50:20 +08:00
baf775acbd feat: 新增数据市场模块前后端接口、调整工作台相关样式 2026-04-30 01:20:44 +08:00
f8ff99786d style: 修改服务中心样式 2026-04-30 01:14:07 +08:00
cfeb920294 chore: 安装依赖的脚本 2026-04-29 20:45:36 +08:00
e091c2539f chore: local-nodemodules 2026-04-29 18:13:12 +08:00
e54bd8af41 feat: 企业工作台界面样式调整 2026-04-28 22:18:35 +08:00
ee3ce43c8e feat: 修改密码功能 2026-04-28 18:06:36 +08:00
3a8b70495a feat: 首页样式调整 2026-04-28 00:43:39 +08:00
c80a4a7bb3 fix: 首页判定逻辑优化 2026-04-22 23:04:23 +08:00
cbc3d53e08 feat: 移动端适配 2026-04-22 20:55:06 +08:00
f584a9fec2 feat: 搜索页开发 2026-04-22 19:11:03 +08:00
78a531f7d1 feat: gxzx服务迁移 2026-04-22 16:46:33 +08:00
huangweiming
f1e03a78c7 Merge branch 'refactor/clear' of http://39.106.28.221/txw/txw into refactor/clear 2026-04-22 15:38:34 +08:00
huangweiming
c1d801cf93 fix:修复其他子页面顶部显示遮盖问题 2026-04-22 15:37:43 +08:00
cfb58db347 feat: 添加全站搜索功能和页面 2026-04-22 13:27:08 +08:00
huangweiming
3019ff983d fix:首页调整 2026-04-22 11:41:06 +08:00
huangweiming
3edb718c0a feat:homeV3 2026-04-20 19:57:29 +08:00
a11524a703 feat: 新版首页 2026-04-20 00:53:04 +08:00
7c84e7fb66 feat: 滑动验证码修改为数字字母验证码 2026-04-19 16:00:13 +08:00
24374d72fe fix(sso): 修复验证码每次返回相同图片的问题
每次调用createCode()重新生成验证码

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:33:30 +08:00
48d5f46c17 refactor(mhzc): 注释components-login.vue滑块验证代码(原代码注释保留)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:19:33 +08:00
1cbffca35b fix(sso): 修复StringUtils.isBlank编译错误
改用cn.hutool.core.util.StrUtil.isBlank()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:07:14 +08:00
5028ec4b8f fix(sso): 修复Bean方法名与字段名冲突
Bean方法名从lineCaptcha改为captchaGenerator,避免与@Resource字段名冲突

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:04:09 +08:00
0d6c3e353a fix(sso): 修复ICaptcha强制转换为CircleCaptcha调用getImage()
ICaptcha接口没有getImage()方法,需要强制转换为CircleCaptcha

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:01:00 +08:00
8a91713bab refactor(mhzc): 短信登录页滑块验证改为图形验证码(原代码注释保留)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:55:37 +08:00
eef27d2aeb refactor(mhzc): 登录页滑块验证改为图形验证码(原代码注释保留)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:53:38 +08:00
0f2efb0b66 feat(mhzc): 新增getCaptcha API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:51:27 +08:00
57337d9e73 feat(sso): 登录接口改为校验图形验证码
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:50:57 +08:00
460ba0d969 feat(sso): 登录请求新增captchaCode字段
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:50:02 +08:00
122692bc8b feat(sso): 新增获取图形验证码接口
在 VerifyController 中添加 /captcha 接口,用于获取图形验证码。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:36:08 +08:00
1b8168ba10 fix(sso): rename lineCaptchaBean to lineCaptcha
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:30:14 +08:00
3fa6747c10 feat(sso): add captcha methods to VerifyService interface
Add getCaptcha and checkCaptcha methods for graphic captcha support
in login verification flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:26:01 +08:00
ae3c041745 feat: 本地开发调整 2026-04-15 15:23:06 +08:00
880006db5a docs: 添加登录验证码重构设计方案
将滑块验证改为数字+字母图形验证码,保持后端校验流程兼容。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:22:47 +08:00
b2d0c032df docs: 补充 E2E 测试要求到迁移设计方案
- 新增第6节 E2E 测试要求
- 包含 15 个迁移前基准测试场景
- 明确迁移后回归测试路径替换规则
- 更新验收标准纳入 E2E 测试判定

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 00:31:31 +08:00
856d6a73de docs: 添加 txw-gxzx 迁移到 txw-mhzc 设计方案
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 00:24:18 +08:00
8423f61a3f feat: 搜索实现spec技术方案 2026-04-10 16:24:32 +08:00
8fa426644f refactor: 删除无用项目 2026-04-10 13:41:03 +08:00
012c48c5dd feat: 切换路由自动滚动到最顶部 2026-04-08 16:38:51 +08:00
b3a9601b5f feat: 申请服务跳转链接 2026-04-07 10:00:04 +08:00
5fff9b86e1 fix: 字典码表大小写错误 2026-04-07 09:57:11 +08:00
2d009323e4 feat: 样式调整、服务市场筛选框调整 2026-04-06 22:29:30 +08:00
huangweiming
a2c31635dd fix:首页一些排版调整 2026-04-06 20:03:46 +08:00
d7db320ba2 feat: 调整跳转链接、footer文案 2026-04-06 17:35:40 +08:00
331bb97db5 Merge branch 'dev' 2026-04-06 17:23:13 +08:00
56172e39e3 chore: gitignore 2026-04-06 17:20:14 +08:00
3995f7a613 feat: 添加跳转 2026-04-06 15:03:09 +08:00
6961b3c804 feat: 移动端适配 2026-04-06 14:45:39 +08:00