| | |
| | | import( /* webpackChunkName: "views" */ '@/views/article/article') |
| | | }] |
| | | }, { |
| | | path: '/articleWords', |
| | | component: Layout, |
| | | peixun: true, |
| | | redirect: '/articleWords/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '敏感词预警', |
| | | meta: { |
| | | i18n: 'articleWords' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/article/articleWords') |
| | | }] |
| | | }, { |
| | | path: '/feedbackReport', |
| | | component: Layout, |
| | | redirect: '/feedbackReport/index', |
| | |
| | | import( /* webpackChunkName: "views" */ '@/views/zc/zc') |
| | | }] |
| | | } |
| | | , { |
| | | path: '/activitys', |
| | | component: Layout, |
| | | redirect: '/activitys/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '活动下发', |
| | | meta: { |
| | | i18n: 'real' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/activitys/real') |
| | | }] |
| | | }, |
| | | |
| | | ] |
| | |
| | | slot: true, |
| | | search: true, |
| | | type: "select", |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择发布状态", |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | dicData: [ |
| | | { |
| | | label: "未发布", |