新增每周食谱

This commit is contained in:
xiayuping666
2024-01-31 17:40:36 +08:00
parent 4438dbfe4d
commit ad52fa5c78
9 changed files with 544 additions and 1 deletions
+15
View File
@@ -599,5 +599,20 @@ export default {
"icon": "el-icon-magic-stick"
}
},
{
"path": "/recipe",
"name": "recipe",
"component": "recipe",
"meta": {
"title": "message.router.recipe",
"isLink": "",
"isHide": false,
"isKeepAlive": true,
"isAffix": true,
"isIframe": false,
"roles": ["admin", "common"],
"icon": "el-icon-s-opportunity"
}
}
]
}
+2
View File
@@ -223,5 +223,7 @@
"icon": "iconfont icon-neiqianshujuchucun"
}
}
]
}