食谱展示界面开发

This commit is contained in:
huangdeliang
2021-02-26 20:14:35 +08:00
parent e352e2f8aa
commit 9e87e1c9e8
38 changed files with 1536 additions and 382 deletions

View File

@ -146,6 +146,13 @@ export const constantRoutes = [
meta: { title: "食谱制作" },
hidden: true
},
{
path: "/recipes/detail/:id",
component: resolve => require(["@/views/custom/recipesShow"], resolve),
props: true,
meta: { title: "健康食谱" },
hidden: true
},
{
path: "/f/contract/:id(\\d+)",
hidden: true,