From 0cd799dce398052462bbf5d218746ba8c37c9e47 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 19 Sep 2020 16:10:08 +0800 Subject: [PATCH] =?UTF-8?q?update:=E9=BB=98=E8=AE=A4=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/login/module.json | 2 +- catch/permissions/module.json | 2 +- catch/system/module.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" ],