Commit Graph

416 Commits

Author SHA1 Message Date
悠静萝莉
109db6868e
chore: release 0.8.0 (#561) 2023-07-12 09:56:52 +08:00
liweijie0812
ebadc7b566
chore: fix typo (#560) 2023-07-11 19:17:46 +08:00
liweijie0812
e6192ef37a
fix: list demo status defalut object (#559) 2023-07-11 16:48:35 +08:00
liweijie0812
151151c354
fix: stylelint error (#558)
* fix: stylelint  error

* fix(less): import eroor
2023-07-11 16:38:05 +08:00
悠静萝莉
0358653f11
feat: 移除Stylelint-less依赖 (#557) 2023-07-11 14:59:22 +08:00
悠静萝莉
12909e5d22
refactor: 重构Axios工具,新增接口级防抖节流 (#556)
* refactor: 重构Axios工具,新增接口级防抖节流

* fix: 修复编译类型问题

* perf: 优化注释
2023-07-08 09:19:42 +08:00
悠静萝莉
17eb3f0aa8
feat: 更新所有依赖 (#553)
* feat: 更新所有依赖

* feat: 移除无用依赖

* revert: 暂时回退echarts防止打包错误
2023-07-06 12:01:08 +08:00
鲨鱼辣椒
78595657c6
fix: 修复频繁切换路由时表单头滞留的问题 (#550)
Co-authored-by: 🌩 <hehong_tan@xmemtech.com>
2023-07-06 12:00:37 +08:00
dependabot[bot]
d4ffc9967e
build(deps-dev): bump typescript from 4.9.5 to 5.1.6 (#551)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-05 15:24:26 +08:00
悠静萝莉
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