|
@@ -20,14 +20,6 @@ const routes = [
|
|
component: () => import('../views/live/index.vue'),
|
|
component: () => import('../views/live/index.vue'),
|
|
},
|
|
},
|
|
|
|
|
|
- // 我的发布
|
|
|
|
- {
|
|
|
|
- path: '/myfabu/index',
|
|
|
|
- name: 'myfabu_index',
|
|
|
|
- meta: { title: '我的发布', isleftarrow: true },
|
|
|
|
- component: () => import('../views/myfabu/index.vue'),
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
// 科技超市
|
|
// 科技超市
|
|
{
|
|
{
|
|
path: '/market/index',
|
|
path: '/market/index',
|
|
@@ -57,13 +49,24 @@ const routes = [
|
|
meta: { title: '发布产品', isleftarrow: true },
|
|
meta: { title: '发布产品', isleftarrow: true },
|
|
component: () => import('../views/market/detail.vue'),
|
|
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: '/myfabu/detail',
|
|
|
|
|
|
+ path: '/detail',
|
|
name: 'myfabu_detail',
|
|
name: 'myfabu_detail',
|
|
meta: { title: '我的发布', isleftarrow: true },
|
|
meta: { title: '我的发布', isleftarrow: true },
|
|
component: () => import('../views/myfabu/detail.vue'),
|
|
component: () => import('../views/myfabu/detail.vue'),
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+ // 事项管理
|
|
// 用户-事项管理
|
|
// 用户-事项管理
|
|
{
|
|
{
|
|
path: '/userCenter/matter/index',
|
|
path: '/userCenter/matter/index',
|