|
|
@ -21,6 +21,7 @@ const routes = [ |
|
|
|
{ |
|
|
|
path: 'union', |
|
|
|
name: 'union', |
|
|
|
component: mytemplate, |
|
|
|
meta: { title: '关于联盟', icon: 'register', noCache: true }, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@ -47,6 +48,15 @@ const routes = [ |
|
|
|
path: 'us', |
|
|
|
name: 'usUnion', |
|
|
|
meta: {title: '联系我们', icon: 'register', noCache: true,typeId:'LXWM'}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'trends', |
|
|
|
name: 'trends', |
|
|
|
components:{ |
|
|
|
banner: () => import('@/components/banner'), |
|
|
|
default:() => import('@/views/industry/index.vue') |
|
|
|
}, |
|
|
|
meta: { title: '联盟动态', icon: 'register', noCache: true, type: 'LMDTLX'}, |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
@ -160,7 +170,6 @@ const routes = [ |
|
|
|
|
|
|
|
}, |
|
|
|
meta: {title: '线上沙龙新闻', icon: 'register', noCache: true}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'signup', |
|
|
@ -168,13 +177,12 @@ const routes = [ |
|
|
|
components:{ |
|
|
|
banner: () => import('@/components/banner'), |
|
|
|
default:() => import('@/views/meeting/signup.vue') |
|
|
|
|
|
|
|
}, |
|
|
|
meta: {title: '线上沙龙报名', icon: 'register', noCache: true}, |
|
|
|
|
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
|
|
|
@ -240,7 +248,15 @@ const routes = [ |
|
|
|
default:() => import('@/views/industry/index.vue') |
|
|
|
}, |
|
|
|
meta: {title: '新零售', icon: 'register', noCache: true,type:'XLS'}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'news', |
|
|
|
name: 'newsIndustry', |
|
|
|
components:{ |
|
|
|
banner: () => import('@/components/banner'), |
|
|
|
default:() => import('@/views/industry/index.vue') |
|
|
|
}, |
|
|
|
meta: {title: '行业资讯', icon: 'register', noCache: true,type:'HYZXLX'}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|