XiaoFans
e63e2152d6
Fix: Ensure route.children existence before accessing in initRouter()
...
In the initRouter() function, added a check to ensure the existence of route.children before accessing it. This prevents the "TypeError: Cannot read properties of undefined" error that occurred when trying to access route.children[0] without confirming its existence. The check ensures that route.children is present and not an empty array before proceeding to access its elements.
2024-02-16 22:55:10 +08:00
valarchie
fb7ca82260
fix: 解决渲染forrn.vue的问题
2023-08-25 08:33:24 +08:00
valarchie
49a3b118e1
fix: 更改API相关接口的路径
2023-08-05 14:48:16 +08:00
valarchie
167d4122b7
feat: 新增个人中心页面
2023-07-25 19:49:16 +08:00
valarchie
b0c2c47607
feat: 整合路由页面
2023-07-07 22:19:42 +08:00
valarchie
d0d9bee8b7
feat: 新增token过期 跳出提示框 并跳转登录页的逻辑
2023-07-07 18:07:13 +08:00
valarchie
a021e7f9d5
feat: 实现登录登出的逻辑
2023-07-04 21:55:03 +08:00
xiaoxian521
b6859d7920
release: update 4.4.0
2023-06-14 16:29:45 +08:00
xiaoxian521
d9ab1b1198
release: update 4.3.0
2023-06-05 15:44:49 +08:00
xiaoxian521
4e95672cb4
release: update 4.1.0
2023-05-12 13:27:40 +08:00
xiaoxian521
9c0872fa6a
perf: export addPathMatch
utils
2023-03-07 21:02:36 +08:00
xiaoxian521
1e30b31be2
chore: 同步完整版代码
2023-02-28 22:42:12 +08:00
xiaoxian521
635da1dc52
chore: update link
2023-02-08 20:10:08 +08:00
xiaoxian521
707200c71d
release: update 3.9.6
2022-12-19 13:45:28 +08:00
xiaoxian521
4d57c9e3d7
release: update 3.9.5
2022-12-13 14:37:56 +08:00
xiaoxian521
30af2b78fe
chore: update
2022-12-09 12:45:47 +08:00
xiaoxian521
0b1bd19179
fix: 修复动态路由 rank
问题
2022-12-07 17:22:07 +08:00
xiaoxian521
4ccf200059
perf: 优化路由 rank
,当rank
不存在时,根据顺序自动创建,首页路由永远在第一位
2022-12-06 21:18:12 +08:00
xiaoxian521
132fbbade3
release: update 3.9.3
2022-12-04 18:00:16 +08:00
xiaoxian521
cb3d7cd552
perf: 优化 initRouter
,兼容 sso
场景
2022-12-01 16:05:06 +08:00
xiaoxian521
80453ec4b1
feat: 添加 CachingAsyncRoutes
是否开启动态路由缓存本地,默认 true
2022-12-01 11:42:10 +08:00
xiaoxian521
2b67efe771
release: update 3.9.0
2022-11-30 16:33:46 +08:00
xiaoxian521
6110be29a1
release: update 3.8.0
2022-11-26 19:14:08 +08:00
xiaoxian521
9a802296c7
perf: 优化路由守卫
2022-11-08 18:17:33 +08:00
xiaoxian521
761b0e5ec2
feat: 提交非国际化版本代码
2022-10-28 15:32:31 +08:00
xiaoxian521
7d419c3b35
refactor: 使用@/
别名替换/@/
别名
2022-10-27 13:17:56 +08:00
xiaoxian521
936070c9ce
chore: 同步完整版代码
2022-10-26 11:25:45 +08:00
xiaoxian521
f14077bc6f
release: update 3.6.0
2022-10-25 17:51:21 +08:00
xiaoxian521
ee65ec9f72
perf: 使用/** */
替换//
注释,对编辑器的智能提示更友好
2022-09-11 16:46:21 +08:00
xiaoxian521
29144aba44
perf: 重置路由时,清空缓存页面
2022-08-24 16:11:41 +08:00
xiaoxian521
2888f8c4f1
release: update 3.4.6
2022-08-23 10:43:33 +08:00
xiaoxian521
c07e60e114
release: update 3.4.5
2022-08-22 21:34:55 +08:00
xiaoxian521
d9b62a9e62
perf: 同步完整版代码
2022-05-11 16:43:56 +08:00
xiaoxian521
41b35588c5
perf: 同步完整版代码
2022-05-01 08:34:33 +08:00
xiaoxian521
2bac78478c
perf: 同步完整版代码
2022-04-08 12:05:46 +08:00
xiaoxian521
bc8a0f3b35
perf: 同步完整版代码
2022-04-06 13:42:49 +08:00
xiaoxian521
12c2365a26
perf: route rank is null
2022-03-17 19:53:19 +08:00
xiaoxian521
e87c38a9d2
perf: router rank
2022-03-17 19:00:01 +08:00
xiaoxian521
05e55ae9a1
perf: 同步完整版代码
2022-03-14 19:46:29 +08:00
xiaoxian521
f5b387231a
perf: 同步完整版代码
2022-03-14 14:49:02 +08:00
xiaoxian521
79ebfb9284
perf: 同步完整版代码
2022-03-04 11:17:08 +08:00
xiaoxian521
51fd06c6a1
perf: 同步精简版代码
2022-03-03 23:30:08 +08:00
xiaoxian521
a43d5ce865
perf: 同步精简版代码
2022-03-01 10:58:55 +08:00
xiaoxian521
aea8605a60
perf: 同步完整版代码
2022-02-28 22:33:56 +08:00
xiaoxian521
eb9d1e8238
perf: 同步完整版
2022-02-27 13:31:19 +08:00
xiaoxian521
e161102495
perf: 同步完整版分支代码
2022-02-15 23:16:15 +08:00
xiaoxian521
d943550e10
chore: 重构图标
2022-02-05 14:45:20 +08:00
xiaoxian521
45025f668a
perf: router
2022-01-21 14:03:00 +08:00
xiaoxian521
64eef1fc66
refactor: use @iconify-icons/ep
2022-01-21 11:32:58 +08:00
xiaoxian521
3418f44be4
release: update 2.8.0
2022-01-05 14:17:06 +08:00