|
@@ -49,15 +49,13 @@ const routes = [
|
|
|
meta: { title: '发布产品', isleftarrow: true },
|
|
|
component: () => import('../views/market/detail.vue'),
|
|
|
},
|
|
|
-
|
|
|
- // 我的发布
|
|
|
+ // 用户-我的发布
|
|
|
{
|
|
|
path: '/userCenter/myProduct/index',
|
|
|
name: 'myProduct_index',
|
|
|
meta: { title: '我的发布', isleftarrow: true },
|
|
|
component: () => import('../views/userCenter/myProduct/index.vue'),
|
|
|
},
|
|
|
-
|
|
|
// 发布产品
|
|
|
{
|
|
|
path: '/userCenter/myProduct/detail',
|