|
@@ -60,10 +60,10 @@ const routes = [
|
|
|
|
|
|
// 发布产品
|
|
|
{
|
|
|
- path: '/detail',
|
|
|
+ path: '/userCenter/myProduct/detail',
|
|
|
name: 'myfabu_detail',
|
|
|
meta: { title: '我的发布', isleftarrow: true },
|
|
|
- component: () => import('../views/myfabu/detail.vue'),
|
|
|
+ component: () => import('../views/userCenter/myProduct/detail.vue'),
|
|
|
},
|
|
|
|
|
|
// 事项管理
|