befly-api 3.24.5 → 3.24.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/menus.json +1 -11
  2. package/package.json +3 -3
package/menus.json CHANGED
@@ -5,15 +5,5 @@
5
5
  "/config": "配置管理|4",
6
6
  "/log": "日志管理|5",
7
7
  "/login": "登录页|6",
8
- "/403": "403|7",
9
- "/people/admin": "管理员|1",
10
- "/permission/role": "角色管理|1",
11
- "/permission/menu": "菜单列表|2",
12
- "/permission/api": "接口列表|3",
13
- "/config/dictType": "字典类型|1",
14
- "/config/dict": "字典列表|2",
15
- "/config/system": "系统配置|3",
16
- "/log/login": "登录日志|1",
17
- "/log/email": "邮件日志|2",
18
- "/log/operate": "操作日志|3"
8
+ "/403": "403|7"
19
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-api",
3
- "version": "3.24.5",
4
- "gitHead": "fa567235c96410c1f0bc921ab652e0517269060c",
3
+ "version": "3.24.7",
4
+ "gitHead": "169c7fddf0cd2d21c6910454e0f116d6cdcbdbc5",
5
5
  "private": false,
6
6
  "description": "Befly 3.0 API Template",
7
7
  "files": [
@@ -28,7 +28,7 @@
28
28
  "db": "bun run scripts/syncDb.js"
29
29
  },
30
30
  "dependencies": {
31
- "befly": "^3.23.5"
31
+ "befly": "^3.23.7"
32
32
  },
33
33
  "engines": {
34
34
  "bun": ">=1.3.0"