Releases: GeekQiaQia/vue3.0-template-admin
Releases · GeekQiaQia/vue3.0-template-admin
v1.1.0
- fix: 修复左侧菜单高亮交互问题
- feat(new feature) 新增项目看板模块
- 【enhance】 vite config 不同环境变量配置
- mainly based on elementPlus v1.1.x
What's Changed
- fix(components): richEditor can't be initialized by @jiyeme in #36
- fix(other): 带参选项卡表现异常 by @jiyeme in #37
- fix: 侧边栏展开缩放问题 by @Gavin-yh in #40
- fix: 修复左侧菜单高亮交互问题 by @Gavin-yh in #41
- 项目看板 by @Gavin-yh in #42
- feat: 路由循序调整 by @Gavin-yh in #43
- chore: css 调整 by @Gavin-yh in #47
- refactor: 代码优化 by @Gavin-yh in #48
- enhance(config):vite分包配置优化 by @sanmuw in #45
- feat: 增加tab, 支持列表模式 by @Gavin-yh in #50
- chore: modify md by @Gavin-yh in #51
- chore: 注释分包配置 by @Gavin-yh in #53
New Contributors
Full Changelog: v0.1.0...v1.1.0
v0.1.0
- 当窗口大小为 768<md <=992px 时,自动关闭左侧侧边栏,useResize hooks
- 【bugfix】路由meta设置hidden属性,无法进入tab渲染,fixed
- 【bugfix】移动端模式,无法打开左侧菜单
- 【bugfix】组件重复注册问题
- Element Plus 国际化开发,
- 【bugfix】修改主题样式 theme-chalk
- 【enheancement】 新增登录注册找回密码倒计时
- 【fixbug】el-tooltip:provide a valid default slot
release0.0.5
- 更新主题风格、内容区域设置
- 【fixbug】AES密码加密模块,线上部署报错 : 使用crypto-es 代替crypto-js
- 国际化开发,中英文语言切换
release0.0.4
- 重构request.ts请求,使其灵活可配置化;
- 使用AES加密方式,对密码进行安全加密;
- 完成换肤切换功能,使用ElementPlus theme-chalk 实现换肤
- 重构登录注册页面,完善忘记密码交互以及必填字段校验
- 设计角色管理,选择不同的角色,授权不同的菜单
- 根据不同的登录用户角色,展示不同的菜单
- request.ts请求拦截器,用户鉴权添加Authorization accessToken逻辑
- 指令权限:v-permisson /全局方法:$permission (参考 tableList.vue)
- update [email protected] change config of vite.config.ts
release-vue3.0-template-admin
fix some bugs && refactor some components
release-admin-vite-vue3
v0.0.2 feat(components): editor
basic-admin
本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、个人中心、表单页、列表页、复制文本等等