Commit Graph

1711 Commits

Author SHA1 Message Date
Ray.Hao
7e3466de0c refactor: 接口端口和路径调整 2025-12-08 08:01:41 +08:00
Ray.Hao
5ca52dd959 Merge branch 'develop' of https://gitee.com/youlaiorg/vue3-element-admin into develop 2025-12-07 17:15:45 +08:00
white
39912dfa88 fix(mock): 🐛 修复 首页头像压缩展示、导航栏头像压缩展示 2025-12-04 12:29:45 +08:00
Ray.Hao
c88fe50c65 refactor: 优化字典组件命名 2025-12-02 21:08:08 +08:00
theo
e6b8f60ea7 revert: 回滚自行实现显示密码功能 2025-12-02 14:14:03 +08:00
Ray.Hao
d3f34c2789 fix: 移除 default-passive-events,避免强制设为 passive 的监听与组件内部 preventDefault 冲突,减少控制台警告输出 2025-12-02 13:51:01 +08:00
theo
7ec8990b89 refactor: ♻️ 自行实现是否展示密码功能 2025-12-02 09:50:38 +08:00
Ray.Hao
f8f194c13c refactor: decouple notification logic and align my notice endpoint 2025-11-27 22:07:07 +08:00
Ray.Hao
793dca66b1 refactor: unify system list layout with filter/table sections 2025-11-27 14:38:35 +08:00
Ray.Hao
b2ef3d1b1f chore: 合并分支 2025-11-27 13:36:11 +08:00
Ray.Hao
7dff18863d refactor(websocket): 移除打印日志 2025-11-27 13:32:27 +08:00
Ray.Hao
e9ce5c3e3b refactor(login): 登录界面样式优化 2025-11-27 11:15:06 +08:00
Coast
2857f4fc82 fix: 🐛 修复 CopyButton 组件的样式传值方式,从字符串改为对象 2025-11-25 11:19:09 +08:00
Ray.Hao
dc79401c13 feat(utils): add common utility functions and validation constants 2025-11-18 18:25:21 +08:00
Ray.Hao
a0b714999e refactor(ai): remove onInit callback from useAiAction and move data loading to component lifecycle 2025-11-18 09:24:57 +08:00
Ray.Hao
0ce931ee39 refactor(ai): optimize AI action initialization and user state handling 2025-11-18 00:18:25 +08:00
Ray.Hao
0fbd489e49 chore(deps): upgrade dependencies and refactor AI action handling 2025-11-17 21:43:20 +08:00
Ray.Hao
5aa6773cac refactor(ai): AI助手优化和移除MCP插件 2025-11-15 09:08:35 +08:00
Ray.Hao
a9f2697ef0 fix(dashboard): remove hardcoded user nickname modification 2025-11-10 10:49:18 +08:00
Ray.Hao
c16f089071 feat: 新增 AI 助手 2025-11-10 08:04:34 +08:00
Ray.Hao
05e3d1210a feat(websocket): add backward compatible aliases for dict and online count composables 2025-11-10 07:58:32 +08:00
Ray.Hao
8105432713 refactor(websocket): optimize STOMP connection and subscription management 2025-11-08 00:03:01 +08:00
Ray.Hao
1e90f234b8 fix(auth): 优化登录重定向异常处理,防止重定向失败 2025-11-04 10:05:03 +08:00
Ray.Hao
6cbfa08bae fix(dict): 修复字典请求失败后队列未清理导致永久阻塞 2025-11-04 10:03:32 +08:00
Ray.Hao
1d5544d2dd refactor(websocket): 优化计时器类型声明,避免使用 any 类型 2025-11-04 10:02:15 +08:00
Ray.Hao
b4276f58b2 fix(auth): 修复token刷新失败时请求泄漏导致内存泄漏的bug 2025-11-04 09:54:05 +08:00
cshaptx4869
30d56bb69a fix(UploadFile): 🐛 超出文件上限个数提示 2025-10-22 11:11:46 +08:00
theo
8e4b71d17b fix: 🐛 分页跳转问题修复
分页跳转问题修复
2025-09-29 10:14:50 +08:00
Ray.Hao
0e3550b5f8 refactor(permission): ♻️ 优化路由权限模块,简化命名和职责分离 2025-09-25 16:35:53 +08:00
Ray.Hao
3ddf428922 refactor(login): ♻️ 优化登录页样式 2025-09-25 16:33:13 +08:00
Ray.Hao
65d2466abc chore: 🔨 增加系统登录页面背景图供用户选择 2025-09-25 16:30:37 +08:00
Ray.Hao
ae6cb6e881 Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2025-09-23 15:56:19 +08:00
Ray.Hao
6979a175ee refactor(auth): ♻️ 重构认证逻辑,分离登录跳转与token刷新 2025-09-23 15:55:13 +08:00
Ray Hao
ace64367a4 Merge pull request #207 from cshaptx4869/patch-107
fix(Upload): 🐛 去除单图片上传无用的v-model绑定
2025-09-23 10:59:27 +08:00
cshaptx4869
9bfd3242f3 fix(Upload): 🐛 去除单图片上传无用的v-model绑定 2025-09-23 10:49:35 +08:00
Ray.Hao
9479feaba3 fix(enum): 🐛 同步调整枚举文件重命名导入路径 2025-09-22 16:52:26 +08:00
Ray.Hao
39f124ed61 refactor(enum): ♻️ 统一枚举命名规范 2025-09-21 10:00:25 +08:00
Ray.Hao
7bda1a7cc4 refactor: ♻️ 规范常量文件 2025-09-19 21:03:38 +08:00
Ray.Hao
4972173cf9 refactor: ♻️ 规范 directive 指令目录命名 2025-09-19 14:27:22 +08:00
cshaptx4869
fc6537d71b refactor(Upload): ♻️ 单图片支持点击预览 2025-09-18 15:00:39 +08:00
Ray.Hao
048845ccb1 feat(CURD): 支持PageSearch组件自定义插槽,增强表单项扩展性
- PageSearch.vue: 新增custom类型支持,允许通过插槽渲染自定义组件
- types.ts: ISearchComponent类型新增'custom'选项,支持字典等复杂组件集成
2025-09-17 15:41:48 +08:00
Ray.Hao
ef23daf3b1 fix: 🐛 修复 ts 类型警告问题 2025-09-17 15:38:36 +08:00
Ray.Hao
889346a9ec fix: 🐛 ts 类型警告问题修复 2025-09-17 09:27:43 +08:00
Ray.Hao
a656a40313 feat: 新增单文件 CURD 演示模板 2025-09-16 18:59:28 +08:00
Ray.Hao
97503a3612 refactor: ♻️ 升级依赖、移除 pdf 预览和修复打包类型警告问题 2025-09-16 17:27:17 +08:00
Ray.Hao
726181f1ed chore: 🔨 移除多余文件 2025-09-15 13:59:05 +08:00
Ray.Hao
bf8e379616 refactor: ♻️ 优化布局组织结构和提升代码可读性 2025-09-15 13:27:25 +08:00
Ray.Hao
474c0e9c35 refactor: ♻️ 优化布局组织结构和提升代码可读性 2025-09-15 13:24:49 +08:00
Ray.Hao
265257294b refactor: ♻️ 布局代码目录结构重构 2025-09-14 21:22:20 +08:00
Ray.Hao
6730608920 refactor: 组合式函数目录结构调整 2025-09-12 18:00:54 +08:00