From a917cab8500d99652934898e2fc57d138f3ea71e Mon Sep 17 00:00:00 2001 From: liapples Date: Mon, 16 Aug 2021 00:24:37 +0800 Subject: [PATCH] =?UTF-8?q?detail=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/AgentController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Admin/Controllers/AgentController.php b/app/Admin/Controllers/AgentController.php index 3f7c03e..e9b8f98 100644 --- a/app/Admin/Controllers/AgentController.php +++ b/app/Admin/Controllers/AgentController.php @@ -80,7 +80,6 @@ class AgentController extends AdminController $show->field('id'); $show->field('username'); - $show->field('password'); $show->field('name'); $show->field('appid'); $show->field('appsecret');