食谱展示界面开发
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user