diff --git a/catch/login/module.json b/catch/login/module.json index ca2d7e0..a7b0667 100644 --- a/catch/login/module.json +++ b/catch/login/module.json @@ -4,7 +4,7 @@ "description": "login 模块", "version": "1.0.0", "keywords": [], - "order": 1, + "order": 100, "services": [ "\\catchAdmin\\login\\LoginService" ], diff --git a/catch/permissions/module.json b/catch/permissions/module.json index 8f68970..f541701 100644 --- a/catch/permissions/module.json +++ b/catch/permissions/module.json @@ -4,7 +4,7 @@ "description": "权限管理模块", "version": "1.0.0", "keywords": [], - "order": 2, + "order": 100, "services": [ "\\catchAdmin\\permissions\\PermissionService" ], diff --git a/catch/system/module.json b/catch/system/module.json index e4398a6..d739d86 100644 --- a/catch/system/module.json +++ b/catch/system/module.json @@ -4,7 +4,7 @@ "description": "系统管理模块", "version": "1.0.0", "keywords": [], - "order": 2, + "order": 100, "services": [ "\\catchAdmin\\system\\SystemService" ],