新增运营商详情页面

This commit is contained in:
JS-LM
2023-06-01 16:09:16 +08:00
parent b654081c07
commit 23fa716c5c
3 changed files with 51 additions and 1 deletions

View File

@@ -114,6 +114,19 @@ export const constantRoutes = [
},
],
},
{
path: "/merchant/detail",
component: Layout,
hidden: true,
children: [
{
path: "index/:id",
component: () => import("@/views/pile/merchant/detail"),
name: "merchantDetail",
meta: { title: "运营商详情", activeMenu: "/merchant/merchant" },
},
],
},
{
path: "/order/index",
component: Layout,