From 3ea4edd11724d9a9d58bbfd4cbf45d05623dcee0 Mon Sep 17 00:00:00 2001 From: mkg <1650473152@qq.com> Date: Fri, 23 Apr 2021 15:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=EF=BC=88=E6=A1=86=E6=9E=B6=E5=92=8C=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/service/admin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/service/admin/index.py b/applications/service/admin/index.py index 3d2f2cb..356ebdb 100644 --- a/applications/service/admin/index.py +++ b/applications/service/admin/index.py @@ -16,7 +16,7 @@ class PowerSchema(ma.Schema): type = fields.Str() code = fields.Str() href = fields.Str(attribute="url") - open_type = fields.Str() + openType = fields.Str(attribute="open_type") parent_id = fields.Integer() icon = fields.Str() sort = fields.Integer()