Skip to content

Releases: GeekQiaQia/vue3.0-template-admin

v1.1.0

16 Dec 15:04
Compare
Choose a tag to compare
  • fix: 修复左侧菜单高亮交互问题
  • feat(new feature) 新增项目看板模块
  • 【enhance】 vite config 不同环境变量配置
  • mainly based on elementPlus v1.1.x

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.1.0

v0.1.0

06 Sep 16:18
Compare
Choose a tag to compare
  • 当窗口大小为 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

26 Jul 10:26
Compare
Choose a tag to compare
  •  更新主题风格、内容区域设置
  •  【fixbug】AES密码加密模块,线上部署报错 : 使用crypto-es 代替crypto-js
  • 国际化开发,中英文语言切换

release0.0.4

20 Jul 11:48
Compare
Choose a tag to compare
  • 重构request.ts请求,使其灵活可配置化;
  • 使用AES加密方式,对密码进行安全加密;
  • 完成换肤切换功能,使用ElementPlus theme-chalk 实现换肤
  • 重构登录注册页面,完善忘记密码交互以及必填字段校验
  • 设计角色管理,选择不同的角色,授权不同的菜单
  • 根据不同的登录用户角色,展示不同的菜单
  • request.ts请求拦截器,用户鉴权添加Authorization accessToken逻辑
  •  指令权限:v-permisson /全局方法:$permission (参考 tableList.vue)
  •  update vite@2.4.2 change config of vite.config.ts

release-vue3.0-template-admin

04 Jul 10:48
Compare
Choose a tag to compare

fix some bugs && refactor some components

release-admin-vite-vue3

16 Jun 07:03
Compare
Choose a tag to compare
v0.0.2

feat(components): editor

basic-admin

23 May 15:24
Compare
Choose a tag to compare
basic-admin Pre-release
Pre-release

本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、个人中心、表单页、列表页、复制文本等等