Commit Graph

143 Commits

Author SHA1 Message Date
dodu2014
14a345c5d3
feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数 (#269)
* feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数

* fix: 设置 TRouterInfo.query 可空 可为null
2022-08-12 18:47:52 +08:00
yuyang
0c6ae6a286
fix: login reload crush (#268) 2022-08-11 15:49:23 +08:00
yuyang
dffcde1b99
fix: revert vue-router upgrade (#266) 2022-08-11 10:56:39 +08:00
悠静萝莉
df57f5c60b
fix: 修复更新vue-router版本后的遗留问题 (#261) 2022-08-09 11:06:27 +08:00
悠静萝莉
7997d669a8
feat: 升级vue-router版本 (#257)
* feat: 升级vue-router版本

* feat: 升级至 0.4.0
2022-08-08 19:06:24 +08:00
PDieE
6d74895243
fix: 填补登录页面缺失的手机号输入框及相关逻辑 (#255)
* feat: 填补登录页面缺失的手机号输入框及相关逻辑

* chore: remove console

* chore: fix lint

Co-authored-by: yuyang <uyarnchen@gmail.com>
2022-08-05 16:08:11 +08:00
悠静萝莉
75d3e00d7e
fix: 修复侧边栏开合时图表没有刷新 (#253) 2022-08-05 16:03:39 +08:00
悠静萝莉
11f0a1259d
fix: 修复改变颜色/模式 出现页面卡死等异常的问题 (#254) 2022-08-04 23:56:09 +08:00
悠静萝莉
05d49fd2cf
feat: 添加组件key (#251) 2022-08-03 00:10:08 +08:00
悠静萝莉
86eb38220d
feat: 添加expanded属性,令菜单可以默认打开 (#245) 2022-08-02 18:03:12 +08:00
yuyang
ddafdc4c88
chore: rename component file name (#243)
* chore: rename component file name

* chore: upgrade dep

* chore: fix setup no unuse vars

* chore: typo

* fix: extra margin for a tag
2022-07-27 15:35:57 +08:00
Wandoupeas
d7aa05f5c0
fix(style): 部分选择器未随自定义样式前缀更改 (#229) 2022-07-15 14:14:12 +08:00
Wandoupeas
587fb161c7
fix(constants): RECEIPT拼写错误 (#230) 2022-07-15 13:56:34 +08:00
PY
267546321f
feat: upgrade 0.17.4 (#225) 2022-07-12 14:16:08 +08:00
悠静萝莉
4067e7ca30
feat: router修改为自动导入 (#223)
* feat: router修改为自动导入

* fix: 修复CI编译错误并移除多余声明

* feat: 添加orderNo令自动导入的路由可以排序
2022-07-12 14:14:44 +08:00
悠静萝莉
3afb38d1d1
fix(echart): 修复图表的warn问题 (#218)
* fix(echart): 修复图表的warn问题

* fix(echart): 修复遗漏的图表warn问题
2022-07-10 14:59:17 +08:00
悠静萝莉
88feed0e8c
feat: 将请求分类至api文件夹 (#221)
* feat: 将请求分类至api文件夹

* chore: 修改接口的导入方式为类型,防止vite打包错误
2022-07-10 14:58:21 +08:00
悠静萝莉
6abf4ccbb3
feat: 添加hiddenBreadcrumb选项 (#224) 2022-07-10 14:53:22 +08:00
yuyang
565971d3c6
fix: table affix top demo (#215) 2022-07-06 18:35:32 +08:00
PY
531cb48fc1
feat: upgrade 0.17.3 (#209) 2022-07-04 19:43:37 +08:00
悠静萝莉
e78d4b6ee1
fix: 修复获取路由参数报错的问题 (#203) 2022-07-03 14:57:59 +08:00
yuyang
b8997d206c
feat: replace duplicated token (#202)
* feat: replace duplicate token

* feat: optimize layout scroll bar style
2022-06-30 19:08:21 +08:00
Wei Sheng
1fa7740e92
feat(sidenav): add default expanded (#200) 2022-06-30 10:55:16 +08:00
Tower He
af235ed036
fix: remove height and width settings of .setting-layout-color-group (#199) 2022-06-30 10:39:50 +08:00
悠静萝莉
78133dedf3
fix: 修复reset和A标签样式缺失导致的问题 (#195)
* fix: 修复reset样式缺失导致的问题

* fix: 修复A标签样式缺失的问题
2022-06-28 18:39:21 +08:00
yuyang
5b056b42e8
fix: demo use normal request (#194) 2022-06-27 13:26:40 +08:00
yuyang
1d3dcb8546
fix: setting radio height (#193) 2022-06-27 12:37:42 +08:00
悠静萝莉
704c162e36
feat: 请求部分代码改造 (#185)
* feat: 重新封装axios

* chore: 将请求封装规范为request

* fix: 修正引用方式

* perf: 使用lodash替换部分函数

* feat: axios新增支持过滤重复请求

* feat: axios新增切换地址直连或Vite反向代理

* chore: 将lodash-es切换至lodash并将引入方式改为路径引入
2022-06-24 16:57:15 +08:00
悠静萝莉
fb978b3668
chore: 别名替换 2022-06-23 14:16:36 +08:00
悠静萝莉
9c15ec8ae0
chore: 迁移types文件夹并移除别名 2022-06-23 14:07:35 +08:00
悠静萝莉
5edf21b1ed
chore: 添加类型指定并删除冗余代码 2022-06-22 20:18:07 +08:00
悠静萝莉
b95de96257
chore: 迁移原有文件并修改路径指向 2022-06-22 19:29:19 +08:00
悠静萝莉
8eed2601db
chore: 添加TS官方推荐ESLint规则/修改部分规则 2022-06-22 19:14:28 +08:00
SadWood
960d537e7a
fix issues-179 2022-06-21 14:30:38 +08:00
yuyang
fa1e54a12f
Merge pull request #174 from Tencent/feat/upgrade/0.16.0
feat: upgrade 0.16.0
2022-06-17 16:44:20 +08:00
Kerwin Bryant
893ffd474c
fixed issue 172 (#173) 2022-06-17 16:44:05 +08:00
pengYYY
0cc022c702 feat: update style 2022-06-17 16:39:29 +08:00
pengYYY
d5dc6912e4 feat: upgrade 0.16.0 2022-06-17 16:16:33 +08:00
Kerwin Bryant
db3561aa88
fix issue-166 (#168)
* fix issue-166

* fix issue-166
2022-06-14 18:46:33 +08:00
pengYYY
5ed7b4ead5 feat: remove nestMenu 2022-06-13 15:13:50 +08:00
yuyang
aec3611f51
chore: fix incorrect content (#167) 2022-06-10 10:51:50 +08:00
yuyang
2f8dd15c85
chore: add 3rd layer menu demo (#165)
* chore: add 3rd layer menu demo

* chore: fix typescript version
2022-06-08 17:05:39 +08:00
Kerwin Bryant
2c3ba03df5
refactor: 全面基于CSS Token改造 (#157)
* 去除冗余的less vars

* 替换less vars为css vars

* 统一css vars前缀
2022-05-31 19:03:52 +08:00
Kerwin Bryant
474cd2b6ab
修复页面滚动条不重置的问题 (#158) 2022-05-27 14:04:48 +08:00
yuyang
f7e50cd10a
fix: tab route close logic (#156) 2022-05-23 18:16:02 +08:00
yuyang
3a2d29df6c
feat: ignore cache demo (#155)
* fix: tab routes cache fails

* feat: add ignore cache routes demo
2022-05-23 17:47:41 +08:00
PY
b7f80c31cc
feat: upgrade to 0.15.1 (#154)
* feat: upgrade to 0.15.1

* chore: fix form style

Co-authored-by: Uyarn <uyarnchen@gmail.com>
2022-05-23 16:48:06 +08:00
Kerwin Bryant
3244c18a8d
fix: 多个滚动列表之间切换时,页面不刷新导致的样式BUG (#152)
修复 #151
2022-05-12 15:51:41 +08:00
Kerwin Bryant
24451f7720
fix: [多标签Tab页] 关闭左侧,关闭其他可能导致主页标签被删除 (#148)
* fix: 主页和路由页独立

主页和路由页独立

fix #147

* refactor: 撤回不属于本次提交的更改

撤回不属于本次提交的更改
2022-05-07 12:50:17 +08:00
yuyang
6b8e727501
chore: add maintanance page (#146) 2022-05-05 20:22:26 +08:00