修改菜单类型(框架和签页)
This commit is contained in:
@@ -16,7 +16,7 @@ class PowerSchema(ma.Schema):
|
|||||||
type = fields.Str()
|
type = fields.Str()
|
||||||
code = fields.Str()
|
code = fields.Str()
|
||||||
href = fields.Str(attribute="url")
|
href = fields.Str(attribute="url")
|
||||||
open_type = fields.Str()
|
openType = fields.Str(attribute="open_type")
|
||||||
parent_id = fields.Integer()
|
parent_id = fields.Integer()
|
||||||
icon = fields.Str()
|
icon = fields.Str()
|
||||||
sort = fields.Integer()
|
sort = fields.Integer()
|
||||||
|
|||||||
Reference in New Issue
Block a user