明树Git Lab

Commit ac2363f0 authored by zengfanpei's avatar zengfanpei

update

parent a7b777cd
...@@ -13,6 +13,11 @@ const menuSchema = new Schema({ ...@@ -13,6 +13,11 @@ const menuSchema = new Schema({
// level: Number, // level: Number,
url: { url: {
type: String, type: String,
comment: "菜单唯一标识"
},
key: {
type: String,
comment: "按钮唯一标识"
}, },
order: { order: {
type: Number, type: Number,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment