260 Commits

Author SHA1 Message Date
Gabriel Ryder
74923b7916 Update resetPwd.vue 2024-05-28 10:16:52 +08:00
root
0cceca059e Update README.md 2024-04-29 15:03:49 +08:00
valarchie
33103b61f8
Merge pull request #7 from 6get-xiaofan/main
Fix: serverConfig.json fetching behavior across nested routes
2024-02-23 11:27:06 +08:00
XiaoFans
59c9c3e267 Fix: Ensure route.children existence before accessing in initRouter() 2024-02-21 21:58:31 +08:00
XiaoFans
5049e2fbe0
Merge branch 'main' into main 2024-02-21 21:56:07 +08:00
XiaoFans
d370a0e6b5 Normative 2024-02-21 21:53:57 +08:00
XiaoFans
1a8322a5d3 Normative 2024-02-21 21:53:29 +08:00
XiaoFans
ec5e7ebf79 Fix: serverConfig.json fetching behavior across nested routes 2024-02-21 21:51:50 +08:00
XiaoFans
43b9e151cd Rollback dispute code 2024-02-20 17:47:49 +08:00
valarchie
afcc1651cc
Merge pull request #6 from valarchie/revert-5-main
Revert "Fix: Ensure route.children existence before accessing in initRouter() and Fix serverConfig.json fetching behavior across nested routes"
2024-02-20 17:04:20 +08:00
valarchie
68848b3a12
Revert "Fix: Ensure route.children existence before accessing in initRouter() and Fix serverConfig.json fetching behavior across nested routes" 2024-02-20 17:02:57 +08:00
valarchie
b246368c60
Merge pull request #5 from 6get-xiaofan/main
Fix: Ensure route.children existence before accessing in initRouter() and Fix serverConfig.json fetching behavior across nested routes
2024-02-20 16:59:46 +08:00
XiaoFans
04875659ae Fix serverConfig.json fetching behavior across nested routes
Ensure that serverConfig.json is fetched consistently from the root directory regardless of the nested route level. Adjusted the axios request to use an absolute path, specifically targeting the serverConfig.json file in the root directory. This resolves the issue where serverConfig.json was being requested relative to the current route, leading to inconsistencies when navigating across nested routes.
2024-02-19 00:53:12 +08:00
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