悠静萝莉
|
5b1e9a4d77
|
chore: release 0.7.7 (#548)
* chore: release 0.7.7
* chore: dump tdesign version
|
2023-06-27 11:03:07 +08:00 |
|
ngyyuusora
|
8194b3d253
|
fix(permission store): clear routes when logout (#545)
fix #541
|
2023-06-20 23:33:11 +08:00 |
|
ngyyuusora
|
9d8bf86059
|
feat(axios util): support params stringify (#544)
|
2023-06-19 19:38:44 +08:00 |
|
liweijie0812
|
83939b7517
|
fix: 204无内容直接返回判断 (#539)
|
2023-06-02 16:03:02 +08:00 |
|
liweijie0812
|
4555545562
|
feat: upgrade vite4 (#533)
* chore: 升级vite4
* docs: 项目简介 修改
* fix: 打包后预览提示TypeError
* chore: @vitejs/plugin-vue,@vitejs/plugin-vue-jsx升级
* docs: 项目简介 修改
|
2023-06-01 14:12:23 +08:00 |
|
悠静萝莉
|
f3f266b384
|
chore: release 0.7.6 (#527)
|
2023-05-30 09:36:27 +08:00 |
|
liweijie0812
|
ce297cb2f4
|
fix: 修复store存储token读取不到的问题 (#526)
|
2023-05-30 03:09:31 +08:00 |
|
ngyyuusora
|
89ccf19f58
|
fix: 修复多标签页保活问题 (#523)
|
2023-05-26 13:45:08 +08:00 |
|
悠静萝莉
|
f9f9e91438
|
feat: 将现有代码迁移至TS严格模式 - 禁止any类型 (#519)
* feat: 新增type enum类型
* feat: 开启禁止any类型规则
* types: 优化通知标签类型
* types: 补充标签页移除方法类型
* types: 补充请求工具类型
* types: 补充store相关类型
* types: 补充路由相关类型
* types: 补充钩子类型
* types: 补充页面组件类型
* types: 补充布局类型
* fix: 修复编译问题
|
2023-05-24 10:40:06 +08:00 |
|
悠静萝莉
|
09fdbb3465
|
feat: upgrade tdesign set (#518)
|
2023-05-23 13:04:45 +08:00 |
|
yuyang
|
f84e348ad1
|
chore: update package.json for security (#516)
|
2023-05-19 11:39:50 +08:00 |
|
liweijie0812
|
e773936369
|
chore: lint-staged remove git add (#515)
|
2023-05-19 10:47:10 +08:00 |
|
yuyang
|
7a7ee4ab7c
|
chore: release 0.7.5 (#512)
|
2023-05-18 17:58:02 +08:00 |
|
Gui.H
|
665e0dacec
|
fix: 修复 store 中并未对 localStorage 的 TOKEN_NAME 键进行赋值的缺陷 (#504)
* fix: 接口请求不携带token
* fix: 优化token持久化策略
* fix: 删除多余的log
|
2023-05-18 11:29:01 +08:00 |
|
You
|
03adc83ba2
|
fix: 修复无法将通知设为未读 (#511)
|
2023-05-16 22:00:36 +08:00 |
|
Gui.H
|
4292bd2118
|
perf: 规范不同系统中的结束符 (#505)
* fix: eol
* fix: 测试效果
* fix: 默认全部文件eol=lf
* fix: 防止误判,仅对部分明确的文件设置
* fix: 新建文件eol格式错误进行互补
* Update settings.json
|
2023-05-12 20:35:44 +08:00 |
|
liweijie0812
|
c89f434ce8
|
perf: 路由守卫获取菜单异常,跳转登录页并弹窗提示 (#502)
|
2023-05-11 22:10:32 +08:00 |
|
yuyang
|
4bcf7d22aa
|
feat: trigger action on site branch (#493)
|
2023-05-10 19:52:57 +08:00 |
|
Gui.H
|
2794bdcb5c
|
优化展示用户名,而不是固定为Tencent (#485)
* Update user.ts
* Update Header.vue
* Update user.ts
* Update user.ts
|
2023-05-08 22:16:19 +08:00 |
|
liweijie0812
|
0d70db425d
|
chore: 先验证token,再获取菜单 (#487)
|
2023-05-08 22:15:59 +08:00 |
|
WenKang
|
a0c67b05d9
|
fix: update token (#476)
Co-authored-by: kadenzhong <kadenzhong@tencent.com>
|
2023-04-19 16:24:45 +08:00 |
|
yuyang
|
cd2939cd4f
|
chore: card detail style (#475)
|
2023-04-18 16:20:51 +08:00 |
|
yuyang
|
4ead1c6654
|
chore: release 0.7.4 (#471)
|
2023-04-13 15:57:03 +08:00 |
|
yuyang
|
2123e86991
|
feat: support keep-alive meta config (#470)
* feat: support keepalive meta config
* chore: remove console
|
2023-04-13 15:33:03 +08:00 |
|
yuyang
|
7642c320b3
|
chore: revert echarts to fix render intersection (#465)
|
2023-04-05 15:59:13 +08:00 |
|
悠静萝莉
|
d356020414
|
feat: 新增simple-import-sort插件规范引入 (#464)
|
2023-04-05 15:40:41 +08:00 |
|
liweijie0812
|
ba9a918d99
|
fix: 修复多级菜单高亮问题 (#459)
|
2023-03-29 14:35:47 +08:00 |
|
PDeer
|
4293d30180
|
fix: 修正接口请求出错进行重试后成功会两次回调且回调数据不一致而导致无法正确处理的问题 (#458)
|
2023-03-29 14:29:33 +08:00 |
|
PDeer
|
73bca056a7
|
fix: 修正 @types/nprogress 错误安装在了 dependencies 的问题 (#456)
fix: 去除无用的 @types/ws 包
|
2023-03-28 11:35:50 +08:00 |
|
悠静萝莉
|
c21994f5fa
|
feat: 标签页可配置禁止拖拽 (#454)
* feat: dump Tdesign version
* feat: 标签页可配置禁止拖拽(#430)
|
2023-03-28 10:27:55 +08:00 |
|
liweijie0812
|
2d1c222e6b
|
fix: 菜单高亮 (#450)
|
2023-03-16 20:02:41 +08:00 |
|
yuyang
|
2f1f2ae891
|
chore: release 0.7.3 (#449)
|
2023-03-15 15:57:20 +08:00 |
|
liweijie0812
|
78eed605e4
|
perf: 接口配置硬编码调整到环境变量 (#445)
* perf: 接口配置硬编码调整到环境变量
* perf: 接口配置硬编码调整到环境变量
|
2023-03-15 15:34:36 +08:00 |
|
Henry
|
715e882451
|
fix: globEager deprecated (#439)
* fix: globEager deprecated
* Update .vscode/settings.json
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
---------
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
|
2023-03-07 11:21:04 +08:00 |
|
Henry
|
ca0abd6ba0
|
fix: stylelint (#436)
|
2023-02-27 14:33:08 +08:00 |
|
hzgotb
|
44cca54cda
|
perf: improves modify theme color logic (#428)
|
2023-02-24 01:07:50 +08:00 |
|
yuyang
|
90299975ca
|
chore: release 0.7.2 (#432)
|
2023-02-21 16:49:27 +08:00 |
|
liweijie0812
|
cfddfa03bc
|
feat: 多标签Tab页支持拖拽排序 (#426)
* feat: 多标签页Tab页支持拖拽排序
* fix: 和HomePage换序 不做处理
* fix: 右键关闭逻辑调整
* chore: 补充类型声明
|
2023-02-21 11:36:05 +08:00 |
|
yuyang
|
24d913df16
|
fix: setting default style (#425)
|
2023-02-19 00:54:39 +08:00 |
|
liweijie0812
|
81e21444fb
|
fix: 拼音输入的问题 (#421)
|
2023-02-17 15:23:48 +08:00 |
|
yuyang
|
2edd32dcdc
|
chore: fix typo
|
2023-02-14 10:54:34 +08:00 |
|
yuyang
|
e7d715b9ad
|
chore: update docs
|
2023-02-10 12:13:31 +08:00 |
|
WenKang
|
35be7584b0
|
fix: layout/notice/login style bug (#415)
|
2023-02-09 15:16:45 +08:00 |
|
悠静萝莉
|
0316386a45
|
perf: 优化菜单生成 (#413)
|
2023-02-09 13:09:47 +08:00 |
|
WenKang
|
e70bac6dfc
|
fix: style bug (#408)
* fix: style bug
* fix: style bug
* fix: list style bug
* fix: form page style bug
* fix: detail style bug
* fix: result style bug
* fix: user style bug
|
2023-02-08 11:26:32 +08:00 |
|
悠静萝莉
|
77b692742b
|
fix: 修复菜单图标使用svg的问题 (#402)
|
2023-02-07 11:08:23 +08:00 |
|
WenKang
|
11f813351b
|
fix: dashboard&layout style bug (#403)
* fix: style bug
* fix: style bug
|
2023-02-01 19:44:33 +08:00 |
|
yuyang
|
57e1e18c77
|
fix: stylelint 14 error (#404)
|
2023-02-01 15:37:47 +08:00 |
|
悠静萝莉
|
5b8ca6ec4b
|
fix: 修复env环境变量不生效的问题 (#399)
* fix: 修复env环境变量不生效的问题(#398)
* fix: 修复上游更新导致的type问题
|
2023-01-30 11:09:58 +08:00 |
|
yuyang
|
5b9a418600
|
feat: add backend dynamic router permission code (#394)
* chore: 大致雏形
* feat: complete permission code
* feat: 修复渲染问题并完善权限代码
* chore: release 0.7.0
* chore: 更新依赖
* chore: fix echarts version
* feat: upgrade dependencies
* chore: mock route map
* chore: hash router
* chore: concat fixed routers
* chore: fix dependencies
* feat: optimize
* chore: remove roles from get menu process
* chore: remain fe permssion code
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
|
2023-01-16 18:54:21 +08:00 |
|