Commit Graph

30 Commits

Author SHA1 Message Date
猿小天
c00f5f2beb 新功能: 框架外路由 2023-12-27 23:22:05 +08:00
猿小天
7f184b2a9a 新功能:
1.部门显示组件
2023-12-27 19:08:55 +08:00
猿小天
7ae15022c0 新功能:
1.菜单新增框架外显示字段
2023-12-24 23:05:00 +08:00
猿小天
49300fb17e Merge remote-tracking branch 'origin/develop' into develop 2023-11-24 15:13:23 +08:00
猿小天
c763333024 refactor: 检测目前所有菜单权限 2023-11-24 15:12:46 +08:00
李强
42e6c7b600 feat: websocket优化 2023-11-23 18:55:25 +08:00
sheng
94815f4b20 列权限添加 2023-10-03 23:09:55 +08:00
H0nGzA1
f4f958d2e9 perf: 优化细节 2023-05-17 23:48:59 +08:00
H0nGzA1
13aa6dbb99 fix: 🐛 头像更新问题 2023-04-14 23:04:30 +08:00
H0nGzA1
0d556bfb2b fix: 🐛 头像上传,文件上传问题 2023-04-14 23:04:29 +08:00
H0nGzA1
5ab2aaa066 fix(修复登录界面验证码关闭issue): 🐛 https://gitee.com/huge-dream/django-vue3-admin/issues/I6OS75 2023-03-22 19:56:54 +08:00
H0nGzA1
b5f50bdf30 fix(修复登录界面验证码关闭issue): 🐛 https://gitee.com/huge-dream/django-vue3-admin/issues/I6OS75 2023-03-21 18:01:42 +08:00
H0nGzA1
1472ca9492 Merge remote-tracking branch 'origin/master' 2023-03-20 22:01:29 +08:00
猿小天
d56ab94d94 fix(登录): 🐛 任意密码登录问题 2023-03-20 21:56:56 +08:00
H0nGzA1
7199e30131 chore: 💄 更新logo样式,登录二维码 2023-03-20 21:23:51 +08:00
猿小天
54fa8cf01c fix(菜单管理): 🐛 菜单管理
菜单管理搜索问题
2023-03-16 22:38:38 +08:00
猿小天
aef2becd01 feat(个人中心): 个人中心
个人中心完成
2023-03-12 21:22:22 +08:00
猿小天
c0c627b8df feat(消息通知): 消息通知
顶部消息通知完成
2023-03-07 22:13:41 +08:00
猿小天
639914b1ae 功能变化: 完成tableSelect组件 2023-03-04 01:22:21 +08:00
H0nGzA1
1af94094f9 fix(1-5): 🐛 优化系统问题 2023-02-27 09:08:44 +08:00
H0nGzA1
32dbdefde8 style(更改主题背景颜色): 🎨 修改侧边栏默认主题颜色,添加多行展开查询配置 2023-02-13 14:14:36 +08:00
H0nGzA1
4a37ce3a4f refactor(更新前端): 🔀 更新前端项目版本 2023-02-13 01:33:02 +08:00
H0nGzA1
4bd3dac4ac Merge branch 'client_sync'
# Conflicts:
#	web/.env
#	web/.env.development
#	web/.env.production
#	web/.eslintrc.js
#	web/README.md
#	web/index.html
#	web/package.json
#	web/public/favicon.ico
#	web/src/App.vue
#	web/src/api/login/index.ts
#	web/src/api/menu/index.ts
#	web/src/assets/logo-mini.svg
#	web/src/components/auth/auth.vue
#	web/src/components/auth/authAll.vue
#	web/src/components/auth/auths.vue
#	web/src/components/cropper/index.vue
#	web/src/components/editor/index.vue
#	web/src/components/iconSelector/index.vue
#	web/src/components/noticeBar/index.vue
#	web/src/components/svgIcon/index.vue
#	web/src/i18n/index.ts
#	web/src/i18n/lang/en.ts
#	web/src/i18n/lang/zh-cn.ts
#	web/src/i18n/lang/zh-tw.ts
#	web/src/layout/component/aside.vue
#	web/src/layout/component/columnsAside.vue
#	web/src/layout/component/header.vue
#	web/src/layout/component/main.vue
#	web/src/layout/footer/index.vue
#	web/src/layout/index.vue
#	web/src/layout/lockScreen/index.vue
#	web/src/layout/logo/index.vue
#	web/src/layout/main/classic.vue
#	web/src/layout/main/columns.vue
#	web/src/layout/main/defaults.vue
#	web/src/layout/main/transverse.vue
#	web/src/layout/navBars/breadcrumb/breadcrumb.vue
#	web/src/layout/navBars/breadcrumb/closeFull.vue
#	web/src/layout/navBars/breadcrumb/index.vue
#	web/src/layout/navBars/breadcrumb/search.vue
#	web/src/layout/navBars/breadcrumb/setings.vue
#	web/src/layout/navBars/breadcrumb/user.vue
#	web/src/layout/navBars/breadcrumb/userNews.vue
#	web/src/layout/navBars/index.vue
#	web/src/layout/navBars/tagsView/contextmenu.vue
#	web/src/layout/navBars/tagsView/tagsView.vue
#	web/src/layout/navMenu/horizontal.vue
#	web/src/layout/navMenu/subItem.vue
#	web/src/layout/navMenu/vertical.vue
#	web/src/layout/routerView/iframes.vue
#	web/src/layout/routerView/link.vue
#	web/src/layout/routerView/parent.vue
#	web/src/main.ts
#	web/src/router/backEnd.ts
#	web/src/router/frontEnd.ts
#	web/src/router/index.ts
#	web/src/router/route.ts
#	web/src/stores/keepAliveNames.ts
#	web/src/stores/requestOldRoutes.ts
#	web/src/stores/routesList.ts
#	web/src/stores/tagsViewRoutes.ts
#	web/src/stores/themeConfig.ts
#	web/src/stores/userInfo.ts
#	web/src/theme/app.scss
#	web/src/theme/common/transition.scss
#	web/src/theme/dark.scss
#	web/src/theme/element.scss
#	web/src/theme/iconSelector.scss
#	web/src/theme/index.scss
#	web/src/theme/media/form.scss
#	web/src/theme/media/layout.scss
#	web/src/theme/media/login.scss
#	web/src/theme/media/pagination.scss
#	web/src/theme/other.scss
#	web/src/utils/arrayOperation.ts
#	web/src/utils/commonFunction.ts
#	web/src/utils/loading.ts
#	web/src/utils/other.ts
#	web/src/utils/request.ts
#	web/src/utils/setIconfont.ts
#	web/src/utils/storage.ts
#	web/src/utils/theme.ts
#	web/src/utils/wartermark.ts
#	web/src/views/system/dept/index.vue
#	web/src/views/system/dic/index.vue
#	web/src/views/system/menu/index.vue
#	web/src/views/system/role/index.vue
#	web/src/views/system/user/index.vue
#	web/tsconfig.json
#	web/vite.config.ts
2023-02-13 00:25:57 +08:00
H0nGzA1
80323dd641 🔱: [client] sync upgrade with 21 commits [trident-sync]
'admin-22.12.12:发布v2.4.21版本,具体更新内容查看CHANGELOG.md'
!42 修复 工作流无法添加新节点问题
Merge pull request !42 from beta/bugfix_workflow
修复 工作流无法添加新节点问题

1. 修复 工作流无法添加新节点问题
2. 修复 左侧导航无法隐藏问题
'admin-22.12.09:发布v2.4.2版本,具体更新内容查看CHANGELOG.md'
!41 修复get请求传递嵌套对象或数组时无法正常编码问题
Merge pull request !41 from 随心/master
!40 开启TagsView缓存后,刷新后所有的路由都变成组件缓存了
Merge pull request !40 from mrjimin/master
修复get请求传递嵌套对象或数组时无法正常编码问题
update src/layout/routerView/parent.vue.

Signed-off-by: mrjimin <z8888788@163.com>
update src/layout/routerView/parent.vue.
这里应该拿到的是已经设置开启组件缓存的路由,而不是全部,需要先判断item.meta.isKeepAlive

Signed-off-by: mrjimin <z8888788@163.com>
'admin-22.11.30:发布v2.4.1版本,具体更新内容查看CHANGELOG.md'
Merge branch 'master' of https://gitee.com/lyt-top/vue-next-admin
'admin-22.11.30:删除v2.4.0版本不需要的依赖'
update src/views/error/404.vue.

Signed-off-by: lyt-Top <1105290566@qq.com>
update src/components/table/index.vue.

Signed-off-by: lyt-Top <1105290566@qq.com>
'admin-22.11.30:修改v2.4.0文字说明'
'admin-22.11.30:修改v2.4.0文字说明'
'admin-22.11.29:发布v2.4.0版本,具体更新内容查看CHANGELOG.md'
'admin-22.11.19:修复v2.3.0版本动态路由事件调用关闭当前tagsview、普通路由刷新界面参数丢失问题'
'admin-22.11.18:优化v2.3.0版本tagsview风格5兼容火狐'
'admin-22.11.17:优化v2.3.0版本iframe右键菜单刷新问题'
...
2023-02-13 00:17:30 +08:00
H0nGzA1
6d55691e77 feat(后端控制路由): 添加消息中心页面组件🏷 2023-02-10 21:59:28 +08:00
H0nGzA1
42491947c4 feat(完成部门管理基础功能): 修改全局组件大小 large -> default 2023-02-06 15:45:33 +08:00
H0nGzA1
feac69af86 refactor(添加pinia数据持久化,添加package依赖): 🎨 添加fastcrud在setting.ts的公共配置 2023-02-05 22:08:36 +08:00
H0nGzA1
4046bd0d0c feat(修改ico,logo,菜单管理crud基本功能完成): 🐛 修复登录未使用MD5 2023-02-05 14:03:54 +08:00
H0nGzA1
cb3201c624 refactor(重构前端文件目录,移除多余的菜单文件): 前端对接完成后端登录功能 2023-01-30 19:39:43 +08:00
猿小天
c407ce9444 初始化提交 2022-10-25 23:32:14 +08:00