mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
新增运营商详情页面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user