Commit Graph

211 Commits

Author SHA1 Message Date
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
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
liweijie0812
c89f434ce8
perf: 路由守卫获取菜单异常,跳转登录页并弹窗提示 (#502) 2023-05-11 22:10:32 +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
2123e86991
feat: support keep-alive meta config (#470)
* feat: support keepalive meta config

* chore: remove console
2023-04-13 15:33:03 +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
悠静萝莉
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
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
hzgotb
44cca54cda
perf: improves modify theme color logic (#428) 2023-02-24 01:07:50 +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
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
悠静萝莉
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
yuyang
56189daa3b
chore: fix surge deploy (#396)
* chore: fix surge deploy

* chore: fix type
2023-01-12 17:08:22 +08:00
yuyang
61abcdd28e
feat(color): remove built-in theme and get palette from tvision color (#392)
* feat(color): remove built-in theme and get all palette from tvision color

* feat: sync color to charts

* chore: move color utils to utils dir

* fix: dynamic theme color init

* feat: card with default nobordered
2023-01-10 15:41:24 +08:00
PY
02ea472748
fix: remove axios ignoreRepeatRequest config (#389) 2023-01-03 15:54:46 +08:00
yuyang
573efe6cd3
fix: site path and use history router (#382) 2022-12-28 15:12:28 +08:00
yuyang
d64f9503bf
feat: add tdesign components typing tips (#378)
* feat: add tdesign components typing tips

* chore: fix type
2022-12-19 18:16:01 +08:00
小余
05ded03b50
feat: 打开外部页面(内嵌/外链) (#377) 2022-12-16 15:12:02 +08:00
yuyang
6b1e856657
fix: complete form rule type (#376) 2022-12-13 15:46:29 +08:00
yuyang
12a88c6d3b
feat: import type as type (#375) 2022-12-11 17:30:06 +08:00
Wandoupeas
8f7276f7d7
fix(dateRangePicker): 修复DateRangePicker组件内分页样式显示异常 (#373) 2022-12-09 14:08:23 +08:00
PDieE
6cd9fe9134
feat: 优化登录跳转支持回跳带query参数的页面 (#374) 2022-12-09 09:51:08 +08:00
小余
946e7063d3
fix: layout height (#367) 2022-12-04 22:51:30 +08:00
yuyang
b83f188dbe
Feat/upgrade style (#365)
* feat: upgrade vars

* feat: replace vars

* feat: remove variables
2022-11-25 17:47:11 +08:00
Tony
4b72175a98
fix: avoid changing Content-Type to be text/plain (#361)
Avoid changing Content-Type to be  text/plain when retrying request
2022-11-21 06:07:52 +08:00
yuyang
08e519754b
fix: header height (#360)
Co-authored-by: tnt group <dodu@live.cn>

Co-authored-by: tnt group <dodu@live.cn>
2022-11-18 11:30:36 +08:00
PDieE
5759c680ac
fix: 修正退出后 userStore.userInfo 存在残留的问题 (#357) 2022-11-17 10:09:25 +08:00
yuyang
e886a98823
feat: upgrade tdesign-vue-next (#355) 2022-11-16 18:15:06 +08:00
小余
5d3cf75fa1
fix: 导航布局side模式小屏显示问题 (#348) 2022-11-15 10:55:58 +08:00
悠静萝莉
7a8d52060f
fix: 修复事件绑定错误(#344) (#345) 2022-10-21 13:13:24 +08:00
悠静萝莉
ece8a0c690
chore: 将vue-router和vue-tsc升级 (#341) 2022-10-20 11:45:52 +08:00
小余
509c49aace
feat: 将CSS Token设置为全局变量 (#327)
* feat:  @/style/variables设置为全局变量并移除相关引用

* feat: 移除主题定制预留

* fix: less 格式化
2022-10-01 11:28:42 +08:00
悠静萝莉
6f98a7958c
fix: 修复路径重复拼接的问题 (#319) 2022-09-22 13:59:37 +08:00