Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【持续推进】更新日志 #24

Open
37 tasks done
GeekQiaQia opened this issue Jul 24, 2021 · 23 comments
Open
37 tasks done

【持续推进】更新日志 #24

GeekQiaQia opened this issue Jul 24, 2021 · 23 comments

Comments

@GeekQiaQia
Copy link
Owner

GeekQiaQia commented Jul 24, 2021

  • 重构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
  •  更新主题风格、内容区域设置
  •  【fixbug】AES密码加密模块,线上部署报错 : 使用crypto-es 代替crypto-js
  • 国际化开发,中英文语言切换
  • 当窗口大小为 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
  • fix(other): 带参选项卡表现异常,弹出新的同名选项卡,原选项卡参数丢失
  • fix: 修复左侧菜单高亮交互问题
  • feat(new feature) 新增项目看板模块
  • 【enhance】 vite config 不同环境变量配置
  • 【refactor】 重构 dashboard with setup ts
  • 【refactor】 升级 vite至v2.6.14
  • 【enhance】 升级elementPlus至v2.0.2
  • 【enhance】 升级 vite至v2.8.3
  • 【enhance】 升级 vue至v3.2.31
  • 【refactor】 setup ts 重构部分组件
  • 【fixbug】依赖缺失导致开发环境加载缓慢 :yarn add @element-plus/icons-vue
  • 【deps】依赖缺失: yarn add esbuild
  • 【enhance】脚手架开发 #64
  • 【enhance】 新增 lint-staged 提交时自动格式化 【enhance】 新增 lint-staged 提交时自动格式化 #73
  • 【enhance】统一规范团队包管理器 only-allow 【enhance】统一规范团队包管理器 only-allow #76
  • 【fix】修复第一次编译启动时source-map 资源请求failed错误,及第一次启动慢问题 【enhance】第一次启动source-map 资源请求failed #74
  • 【fix】修复router view logout 多点几个不同的模块,然后退出登录 vue-router 会报错 #83
@GeekQiaQia
Copy link
Owner Author

  •  【fixbug】AES密码加密模块,线上部署报错 : 使用crypto-es 代替crypto-js

@GeekQiaQia
Copy link
Owner Author

  • 国际化开发,中英文语言切换

@GeekQiaQia
Copy link
Owner Author

  • 当窗口大小为 768<md <=992px 时,自动关闭左侧侧边栏,useResize hooks

@GeekQiaQia
Copy link
Owner Author

  • 【bugfix】路由meta设置hidden属性,无法进入tab渲染,fixed

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Aug 18, 2021

  • 【bugfix】移动端模式,无法打开左侧菜单

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Aug 25, 2021

【bugfix】组件重复注册问题

@GeekQiaQia
Copy link
Owner Author

  • Element Plus 国际化开发,

@GeekQiaQia
Copy link
Owner Author

  • 【bugfix】修改主题样式 theme-chalk

@GeekQiaQia
Copy link
Owner Author

  • 【enheancement】 新增登录注册找回密码倒计时

@GeekQiaQia
Copy link
Owner Author

  • 【fixbug】el-tooltip:provide a valid default slot

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Oct 5, 2021

  • fix(other): 带参选项卡表现异常,弹出新的同名选项卡,原选项卡参数丢失

@GeekQiaQia
Copy link
Owner Author

  • fix: 修复左侧菜单高亮交互问题

@GeekQiaQia
Copy link
Owner Author

  • feat(new feature) 新增项目看板模块

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Nov 29, 2021

  • 【enhance】 vite config 不同环境变量配置

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Dec 31, 2021

  • 【refactor】 重构 dashboard with setup ts

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Feb 21, 2022

  • 【enhance】 升级elementPlus至v2.0.2
  • 【enhance】 升级 vite至v2.8.3
  • 【refactor】 setup ts 重构部分组件
  • 【enhance】 升级 vue至v3.2.31

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented Feb 23, 2022

  • 【fixbug】依赖缺失导致开发环境加载缓慢 :yarn add @element-plus/icons-vue

@GeekQiaQia
Copy link
Owner Author

  • 【deps】依赖缺失: yarn add esbuild

@GeekQiaQia
Copy link
Owner Author

【enhance】脚手架开发 #64

@GeekQiaQia
Copy link
Owner Author

GeekQiaQia commented May 9, 2022

【enhance】 新增 lint-staged 提交时自动格式化 #73

@GeekQiaQia
Copy link
Owner Author

【enhance】统一规范团队包管理器 only-allow #76

@GeekQiaQia
Copy link
Owner Author

【fix】修复第一次编译启动时source-map 资源请求failed错误,及第一次启动慢问题 #74

@GeekQiaQia
Copy link
Owner Author

【fix】修复router view logout #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant