zengh
2022-02-25 6c700995c5e9bbe3a72cfc60fab863b3566e303a
src/router/views/index.js
@@ -575,19 +575,5 @@
      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')
  }]
},
]