befly 3.17.15 → 3.17.16
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.
- package/configs/beflyMenus.json +5 -5
- package/package.json +2 -2
package/configs/beflyMenus.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
{
|
|
3
3
|
"name": "首页",
|
|
4
4
|
"path": "/",
|
|
5
|
-
"sort":
|
|
5
|
+
"sort": 0
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"name": "人员管理",
|
|
9
9
|
"path": "/people",
|
|
10
|
-
"sort":
|
|
10
|
+
"sort": 9000,
|
|
11
11
|
"children": [
|
|
12
12
|
{
|
|
13
13
|
"name": "管理员",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{
|
|
20
20
|
"name": "权限设置",
|
|
21
21
|
"path": "/permission",
|
|
22
|
-
"sort":
|
|
22
|
+
"sort": 9001,
|
|
23
23
|
"children": [
|
|
24
24
|
{
|
|
25
25
|
"name": "角色管理",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
{
|
|
42
42
|
"name": "配置管理",
|
|
43
43
|
"path": "/config",
|
|
44
|
-
"sort":
|
|
44
|
+
"sort": 9002,
|
|
45
45
|
"children": [
|
|
46
46
|
{
|
|
47
47
|
"name": "字典类型",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{
|
|
64
64
|
"name": "日志管理",
|
|
65
65
|
"path": "/log",
|
|
66
|
-
"sort":
|
|
66
|
+
"sort": 9003,
|
|
67
67
|
"children": [
|
|
68
68
|
{
|
|
69
69
|
"name": "登录日志",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly",
|
|
3
|
-
"version": "3.17.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "3.17.16",
|
|
4
|
+
"gitHead": "9c4e8e90df43d744fb03b2ae473a2a566a19eee2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Befly - 为 Bun 专属打造的 JavaScript API 接口框架核心引擎",
|
|
7
7
|
"keywords": [
|