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
c1db073b23
Merge pull request #3 from gyzhang/fix_by_kevin_20231002
...
fix: 修改“岗位管理”-查询、排序、重置、全部导出到excel等的错误
2023-11-16 18:42:41 +08:00
valarchie
4ef6f2a7ad
Merge pull request #4 from burningimlam/main
...
fix: 登陆失败时验证码不重新加载&修改角色状态时出现undefined
2023-11-16 18:34:47 +08:00
imlam
36a21a3126
fix: 登陆失败时验证码不重新加载&修改角色状态时出现undefined
2023-10-06 02:51:18 +08:00
Kevin Zhang
e07236ed1c
fix: 修改“岗位管理”-点击重置、查询按钮时设置表格到默认排序,并查询后台数据,使表格上的列排序图标保持“默认=岗位编码升序”。
2023-10-05 01:42:40 +08:00
Kevin Zhang
9563c073cf
fix: 修改“岗位管理”-pagination翻页、变换page大小时排序的错误。
2023-10-05 00:41:14 +08:00
Kevin Zhang
0217e53b87
fix: 修改“岗位管理”-查询+重置+排序的错误。
2023-10-04 23:28:54 +08:00
Kevin Zhang
1fc2fea752
fix: 修改“岗位管理”-删除&批量删除-按钮功能错误:代码错误(应该是从操作日志拷贝过来的代码,没有修改完整),后端也做了对应修改。
2023-10-03 16:43:20 +08:00
Kevin Zhang
c35a260495
fix: 修改“岗位管理”-全部导出-按钮功能的文件扩展名为xlsx(SpringBoot后台导出数据是xlsx格式的文件),否则excel打开会提示错误。
2023-10-02 15:14:01 +08:00
valarchie
fb7ca82260
fix: 解决渲染forrn.vue的问题
2023-08-25 08:33:24 +08:00
valarchie
695c012305
fix: 去除403页面无关逻辑
2023-08-15 09:53:03 +08:00
valarchie
ced2e9120d
feat: 修改首页
2023-08-15 09:39:28 +08:00
valarchie
36e3017ba5
feat: 添加备案号
2023-08-15 09:18:53 +08:00
valarchie
02be24359b
feat: 修改readme
2023-08-15 09:01:23 +08:00
valarchie
4218f31ff4
fix: 修复common包引用
2023-08-14 11:00:22 +08:00
valarchie
f74eef585e
feat: 调整view包结构
2023-08-05 15:10:25 +08:00
valarchie
49a3b118e1
fix: 更改API相关接口的路径
2023-08-05 14:48:16 +08:00
valarchie
55814a6a30
feat: 新增菜单icon和隐藏
2023-08-05 14:34:17 +08:00
valarchie
32fdd488d8
fix: 修改授权失败的错误码
2023-07-26 22:15:36 +08:00
valarchie
167d4122b7
feat: 新增个人中心页面
2023-07-25 19:49:16 +08:00
valarchie
fb14f5d075
feat: 新增用户管理
2023-07-24 19:46:13 +08:00
valarchie
d076b403c1
feat: 新增用户管理
2023-07-24 19:35:26 +08:00
L1yp
754447baa6
Merge pull request #1 from L1yp/main
...
feat: 新增角色管理、岗位管理
2023-07-23 21:14:04 +08:00
Lyp
b068518ba6
feat: 新增角色管理、岗位管理
2023-07-23 20:58:30 +08:00
valarchie
6719fd8290
feat: 新增菜单功能
2023-07-22 17:16:51 +08:00
valarchie
5ae73339c0
feat: 新增部门页面
2023-07-20 22:52:22 +08:00
valarchie
51c1deab44
feat: 完善参数页面的开发
2023-07-20 14:53:37 +08:00
valarchie
5aa607744b
fix: 优化缓存监控页面的编写
2023-07-19 23:10:12 +08:00
valarchie
aa37f8c7af
feat: 新增缓存监控页面
2023-07-19 23:02:36 +08:00
valarchie
64391d1652
feat: 初始化各个页面
2023-07-19 21:23:02 +08:00
valarchie
cce74bab9c
feat: 优化服务器监控页面 加上loading
2023-07-19 18:17:27 +08:00
valarchie
5b35880850
feat: 新增服务监控页面
2023-07-19 17:23:50 +08:00
valarchie
fc68f70da8
feat: 新增在线用户页面
2023-07-19 10:40:31 +08:00
valarchie
6eaaba9e92
feat: 新增数据库监控页面
2023-07-18 15:06:18 +08:00
valarchie
fac4cc4673
feat: 新增登录日志页面
2023-07-16 21:44:51 +08:00
valarchie
bc4d29cba0
feat: 新增后台全量导出excel
2023-07-16 13:56:17 +08:00
valarchie
61a980a37d
feat: 新增操作日志列表
2023-07-15 17:50:38 +08:00
valarchie
b262de72fb
fix: 重构通知列表 简化写法
2023-07-14 18:27:39 +08:00
valarchie
5d81009f48
fix: 重构通知公告页面,修复点击查询重置分页的问题
2023-07-13 12:14:52 +08:00
valarchie
7ff4936570
fix: 规范字典的命名
2023-07-12 21:02:38 +08:00
valarchie
4ebdfd21c4
feat: 完成通知公告页面
2023-07-12 16:08:00 +08:00
valarchie
b0c2c47607
feat: 整合路由页面
2023-07-07 22:19:42 +08:00
valarchie
caba16e30f
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# package.json
# pnpm-lock.yaml
# public/serverConfig.json
2023-07-07 18:17:47 +08:00
valarchie
d0d9bee8b7
feat: 新增token过期 跳出提示框 并跳转登录页的逻辑
2023-07-07 18:07:13 +08:00
valarchie
de5550e216
feat: axios新增请求的拦截处理
2023-07-06 22:26:37 +08:00
valarchie
a021e7f9d5
feat: 实现登录登出的逻辑
2023-07-04 21:55:03 +08:00
valarchie
8f46526cc0
feat: 使用getConfig接口来获取系统配置
2023-07-02 20:57:50 +08:00
valarchie
4d41bccfbf
feat: 新增路由代码
2023-06-29 23:00:44 +08:00
xiaoxian521
ff27074ebd
chore: 同步完整版代码
2023-06-26 18:12:39 +08:00
xiaoxian521
1f27d6cd9e
release: update 4.5.0
v4.5.0
2023-06-26 12:32:11 +08:00