|
@@ -142,7 +142,28 @@ export const constantRoutes = [
|
|
|
}
|
|
|
// messageDetails
|
|
|
]
|
|
|
- },
|
|
|
+ } ,
|
|
|
+ {
|
|
|
+ path: '/publisherList',
|
|
|
+ component: Layout,
|
|
|
+ // redirect: '开发商管理',
|
|
|
+ meta: { title: '开发商管理', icon : "user" },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'messageList',
|
|
|
+ component: () => import('@/views/publishers/publisherList'),
|
|
|
+ name: 'publisherList',
|
|
|
+ meta: { title: '开发商列表', icon: 'list' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'addPublisher',
|
|
|
+ component: () => import('@/views/publishers/addPublisher'),
|
|
|
+ name: 'addPublisher',
|
|
|
+ meta: { title: '创建开发商', icon: 'build' }
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ } ,
|
|
|
+
|
|
|
{
|
|
|
path: '/Sets',
|
|
|
component: Layout,
|