修改菜单类型(框架和签页)

This commit is contained in:
mkg
2021-04-23 15:48:58 +08:00
parent 2f0df0a700
commit 3ea4edd117
+1 -1
View File
@@ -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()