tdesign-vue-next-starter/.gitattributes
yuyang b0148c563f
chore: sync develop branch to site branch (#513)
* perf: 路由守卫获取菜单异常,跳转登录页并弹窗提示 (#502)

* perf: 规范不同系统中的结束符 (#505)

* fix: eol

* fix: 测试效果

* fix: 默认全部文件eol=lf

* fix: 防止误判,仅对部分明确的文件设置

* fix: 新建文件eol格式错误进行互补

* Update settings.json

* fix: 修复无法将通知设为未读 (#511)

* fix: 修复 store 中并未对 localStorage 的 TOKEN_NAME 键进行赋值的缺陷 (#504)

* fix: 接口请求不携带token

* fix: 优化token持久化策略

* fix: 删除多余的log

* chore: release 0.7.5 (#512)

---------

Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: Gui.H <springhgui@outlook.com>
Co-authored-by: You <i@izoyo.cn>
2023-05-18 18:11:27 +08:00

6 lines
119 B
Plaintext

*.ts text eol=lf
*.vue text eol=lf
*.tsx text eol=lf
*.jsx text eol=lf
*.html text eol=lf
*.json text eol=lf