@@ -329,6 +329,22 @@ const dangyunlongRouter= [
]
},
+ {
+ path: '/addGood',
+ component: Layout,
+ children: [
+ name: '',
+ path: '',
+ component: () => import('@/views/news/addGood'),
+ meta: {
+ title: '添加商品',
+ hidden: true,
+ breadcrumb: true
+ }
+ ]
+ },
{
path: '/templateCreat',
component: creatWebsite,