PDieE
|
d502c2e89c
|
feat(持久化): 使用插件将store数据持久化(除 permission) (#291)
* feat: 通知支持持久化
* feat: setting支持持久化
* feat: tabs-router支持持久化
* feat: user支持持久化
fix: 修复 user 和 permission 未正确初始化的问题
* feat: 使用持久化插件将store持久化
#278
* feat: rebase
* feat: rebase
* feat: rebase
* Update src/store/modules/setting.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/store/index.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/layouts/setting.vue
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
|
2022-09-08 08:52:01 +08:00 |
|
zengqiu
|
3e2fab1e3f
|
fix(breadcrumb): 修复面包屑导航垂直居中问题 (#298)
|
2022-09-08 01:12:09 +08:00 |
|
zengqiu
|
2f84447343
|
fix(footer): 修复底部版权信息垂直居中问题 (#299)
|
2022-09-08 01:05:20 +08:00 |
|
PDieE
|
4751ef8cb9
|
fix: 解决当打开多个标签后 退出会报错的问题 (#293)
* fix: 示例增加 suspense 代码解决打开多个标签后退出会报错的问题
* fix: 注释
|
2022-09-06 13:02:43 +08:00 |
|
Uyarn
|
c0024afa68
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-06 11:38:39 +08:00 |
|
yuyang
|
bae62689f8
|
Chore/release 0.5.0 (#295)
* fix: miss layout header
* chore: release 0.5.0
|
2022-09-06 11:38:26 +08:00 |
|
Uyarn
|
9f0e9bc9f3
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-06 11:30:36 +08:00 |
|
zengqiu
|
88e358bfc8
|
fix(sidenav): 修复侧边栏折叠时版本号前显示 false 问题 (#294)
|
2022-09-06 11:28:41 +08:00 |
|
yuyang
|
4949f5d8be
|
fix: miss layout header (#292)
|
2022-09-05 15:23:29 +08:00 |
|
Uyarn
|
336cbf90db
|
fix: miss layout header
|
2022-09-05 15:16:35 +08:00 |
|
paopao
|
f614c37842
|
refactor: 将layout代码转成sfc (#279)
* feat: menuContent.tsx to MenuContent.vue
* feat: sideNav.tsx change to SideNav.vue
* feat: layout index.tsx change to index.vue
* fix: delete RenderFnIcon
* fix: tabRouters reactive and some optimization
* chore: fix typo
* fix: tab-router close fail
Co-authored-by: yuyang <uyarnchen@gmail.com>
|
2022-09-04 17:17:58 +08:00 |
|
yuyang
|
83cc3d7e90
|
fix: tab-router refresh fail (#289)
|
2022-09-03 22:15:00 +08:00 |
|
Setli
|
3bf20b4eea
|
feat: loginRedirect add redirect (#287)
Co-authored-by: Setli <set_li@163.com>
|
2022-09-03 18:10:50 +08:00 |
|
dependabot[bot]
|
85f38e8fcb
|
build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 (#283)
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3)
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 11:52:11 +08:00 |
|
悠静萝莉
|
49a74efa16
|
feat: upgrade 0.20.2 (#276)
|
2022-08-30 11:39:58 +08:00 |
|
PDieE
|
ea9e14507a
|
fix: 修正如果在使用了 userStore 内的数据的页面进行退出登录操作时会因为相关数据提前清除而报错的问题 (#274)
* fix: 修正如果在使用了 userStore 内的数据的页面进行退出登录操作时会因为相关数据提前清除而报错的问题
* fix: 移除多余的
|
2022-08-24 16:18:42 +08:00 |
|
PDieE
|
490ca9570d
|
fix: 修正formData类型的数据会被错误过滤的问题 (#272)
|
2022-08-19 16:40:45 +08:00 |
|
悠静萝莉
|
71a841929a
|
chore: 补充类型声明 (#271)
|
2022-08-13 23:39:02 +08:00 |
|
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 |
|
悠静萝莉
|
c6806a3140
|
feat: upgrade 0.19.0 (#252)
|
2022-08-04 18:01:17 +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 |
|
悠静萝莉
|
1dae9be52f
|
feat: upgrade 0.18.1 (#242)
|
2022-07-27 14:25:48 +08:00 |
|
悠静萝莉
|
49ade6bf22
|
feat: upgrade 0.18.0 (#238)
* feat: upgrade 0.18.0
* feat: 更新版本号至0.3.6
|
2022-07-18 19:33:08 +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 |
|
悠静萝莉
|
6ee9d8f0ff
|
chore: 修改发版时没修改的版号 (#219)
|
2022-07-08 15:01:22 +08:00 |
|
yuyang
|
565971d3c6
|
fix: table affix top demo (#215)
|
2022-07-06 18:35:32 +08:00 |
|
dependabot[bot]
|
3a903d7cfb
|
build(deps-dev): bump typescript from 4.4.4 to 4.7.4 (#211)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.7.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-05 14:08:17 +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 |
|