Commit 8f6948c4 by Kyle_Li

异常会员

parent daedbfe0
......@@ -257,7 +257,23 @@ export const constantRouterMap = [
path: '/img-list',
name: '/img-list',
component: _import('photo-album', 'img-list'),
}
},
{
path: "/abnormal-member",
name: "/abnormal-member",
component: _import("wechatmembers", "abnormal-member"),
meta: {
title: "异常会员列表"
}
},
{
path: "/abnormal-member-option",
name: "/abnormal-member-option",
component: _import("wechatmembers", "abnormal-member-option"),
meta: {
title: "异常会员"
}
},
]
}
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment