Commit Graph

2649 Commits

Author SHA1 Message Date
Ray.Hao
830651c0d7 refactor(布局): 拆分 MixMenu composable,消除 TagsView 重复逻辑,修复仪表盘报错 2026-06-09 22:08:38 +08:00
Ray.Hao
6a227ad1c7 移除响应拦截器A0231冗余处理;v4.6.2 2026-06-09 15:55:24 +08:00
Ray.Hao
620cc6b37e refactor(dashboard): 移除最近访问模块,品牌链接去蓝底背景
- 移除 dashboard 最近访问 section(模板+脚本+样式),避免与左侧菜单导航重复
- dash-header__end 去除 background/padding/border-radius,品牌链接自然融入 header
- 清理 useRecentMenus/useRouter/Menu 等无引用导入
2026-06-09 15:54:39 +08:00
Ray.Hao
fe3695d613 refactor(styles): 提取布局 mixin,派生主题色,消除硬编码与魔法数字
- 新增 _mixins.scss,统一 app-main / sidebar-scroll 高度计算
- _theme.scss 引入 SCSS 颜色令牌,menu-hover 改用 color-mix() 自动派生
- _variables.scss 新增 $sidebar-toggle-height 替代魔法数字 50px
- LeftLayout / TopLayout / MixLayout 中重复 calc 替换为 mixin 调用
- 修复 apifox / internal-doc demo 页面 tags-view 高度错误(34px→40px)
- 添加主题变量契约注释,方便后续新增主题
2026-06-09 14:31:40 +08:00
Ray.Hao
0a531ae955 refactor: 规范系统页面类型命名 2026-06-07 21:02:15 +08:00
Ray.Hao
12f07ae59a fix: 默认使用线上接口地址 2026-06-07 18:49:25 +08:00
Ray
6f1501fdae !62 style: 格式化系统配置与字典模块代码
Merge pull request !62 from Mickeywaugh/master
2026-06-05 07:30:04 +00:00
Mickeywaugh
476bd86ba3 style: 格式化系统配置与字典模块代码 2026-06-05 15:11:57 +08:00
Mickeywaugh
132501ea4e refactor(system): 重构列表数据结构,统一分页查询参数 2026-06-05 15:10:01 +08:00
Mickeywaugh
1da0816b34 fix: 处理config为空时的token刷新异常 2026-06-05 15:08:51 +08:00
Mickeywaugh
d9a4f4ee34 feat(types): 修补缺失的API通用类型定义 2026-06-05 14:10:17 +08:00
Ray.Hao
0ac7bef442 fix: 修复登录页三方图标色值 2026-05-30 17:54:44 +08:00
Ray.Hao
63b73bae0e Merge remote-tracking branch 'origin/master' 2026-05-26 20:02:44 +08:00
Ray.Hao
bd4413b9f0 refactor: 优化非 CRUD 代码可读性 2026-05-26 19:53:23 +08:00
Ray.Hao
3ee0902c67 Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-05-26 09:32:16 +08:00
Ray.Hao
2a538d7da7 refactor: 优化代码规范和可读性 2026-05-25 22:22:42 +08:00
Ray.Hao
4795e2950e docs: 更新官方文档地址 2026-05-24 20:21:39 +08:00
Ray.Hao
166f4b51c9 !61 chore(copyright): update copyright year to 2026
Merge pull request !61 from Coast/fix/copyright-2026
2026-05-20 03:31:15 +00:00
Ray.Hao
2e1366e591 fix: 恢复被误删国际化配置 2026-05-18 00:51:35 +08:00
Ray.Hao
e3e5b87f89 fix: remove unused imports and variables 2026-05-16 18:34:07 +08:00
Ray.Hao
2964271ae3 Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-05-11 12:38:17 +08:00
Ray.Hao
fe0775fbdb refactor: 界面重构美化 2026-05-11 11:54:22 +08:00
Ray.Hao
b5e4e4cd15 refactor(router): 优化错误页面路由跳转逻辑 2026-05-05 10:46:56 +08:00
Ray.Hao
36bb4e5499 Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-04-30 22:05:05 +08:00
Ray.Hao
66615279eb refactor: 优化前端项目 images 目录结构 2026-04-30 11:15:21 +08:00
Coast
d59986285e chore(copyright): update copyright year to 2026 2026-04-27 11:05:58 +08:00
Ray.Hao
6218c9d23c Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-04-26 09:16:49 +08:00
Ray.Hao
4231ca000f docs: 说明文档调整和已知警告问题修复 2026-04-24 21:37:24 +08:00
Ray.Hao
aad936a243 fix: 修复构建报错和 ESLint 兼容性问题 2026-04-22 00:36:57 +08:00
Ray.Hao
e4b6166e62 refactor: 代码生成页面布局重构优化 2026-04-22 00:20:09 +08:00
Ray.Hao
8419f1ac2b !60 完善登录页主题切换功能
Merge pull request !60 from Coast/fix/theme-follow-system
2026-04-21 06:58:06 +00:00
Coast
acd226b75b chore(lockfile): 更新 pnpm 锁文件 2026-04-21 14:51:25 +08:00
Coast
c851de9e19 fix(login): 统一登录页主题链路 2026-04-21 14:49:12 +08:00
Coast
1d6c65d1a7 fix(theme): 修复跟随系统主题解析 2026-04-21 14:48:07 +08:00
Ray.Hao
33bde0eaf8 refactor: store 目录扁平化重构为 stores(Pinia 推荐结构) 2026-04-20 13:53:10 +08:00
Ray.Hao
ec38cb71ce style: 优化工具栏样式选择器 2026-04-19 20:10:06 +08:00
Ray.Hao
f669e6951b Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-04-17 23:42:52 +08:00
Ray.Hao
1e11c54762 fix: 统一前后端权限标识后缀(add/edit/query→create/update/list) 2026-04-17 23:31:48 +08:00
theo
81b5f94c54 fix: 🐛 修复先渲染多图上传,再更改绑定数据时,多图不展示的问题
修复先渲染多图上传,再更改绑定数据时,多图不展示的问题
2026-04-14 11:36:45 +08:00
Ray.Hao
d17c4abfbf Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2026-04-13 08:06:57 +08:00
Ray.Hao
a86ef31b8e fix: 修复重复跳转登录页面问题及优化接口配置 2026-04-12 22:48:27 +08:00
Ray.Hao
4d8e8909b9 fix(dashboard): correct legend name mismatch and initialize chart options 2026-04-09 23:56:21 +08:00
Ray.Hao
53a8f17f16 chore: bump version to 4.4.1 2026-04-09 19:11:49 +08:00
Ray.Hao
1b5838e4bb fix(mock): stringify all id/parentId fields to match backend API 2026-04-09 19:10:53 +08:00
Ray.Hao
3d64ceb761 fix(mock): menu form returns fallback data to avoid edit form crash 2026-04-09 19:01:42 +08:00
Ray.Hao
97cb62d6a7 refactor(vite): 更新至 Vite 8 配置并优化构建 2026-04-09 13:01:46 +08:00
Ray.Hao
d704edb80d fix: 修复代码生成预览中文件树选中状态及编辑器刷新问题 2026-04-05 20:38:36 +08:00
Ray.Hao
00d06de84f fix: 修复数据获取及展示问题,优化字段命名与UI显示 2026-04-05 16:20:36 +08:00
Ray.Hao
9654913a21 refactor: 修改日志接口路径及刷新token请求参数格式 2026-04-04 17:39:59 +08:00
Ray.Hao
69c3c1a3c0 build: 添加 vue-eslint-parser 依赖 2026-04-01 13:58:40 +08:00