|
@@ -49,21 +49,6 @@ const routes = [
|
|
|
meta: { title: '发布产品', isleftarrow: true },
|
|
|
component: () => import('../views/market/detail.vue'),
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- path: '/myfabu/detail',
|
|
|
- name: 'myfabu_detail',
|
|
|
- meta: { title: '我的发布', isleftarrow: true },
|
|
|
- component: () => import('../views/myfabu/detail.vue'),
|
|
|
- },
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
{
|
|
@@ -73,14 +58,22 @@ const routes = [
|
|
|
component: () => import('../views/userCenter/myProduct/index.vue'),
|
|
|
},
|
|
|
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/detail',
|
|
|
+ name: 'myfabu_detail',
|
|
|
+ meta: { title: '我的发布', isleftarrow: true },
|
|
|
+ component: () => import('../views/myfabu/detail.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
|
|
|
+
|
|
|
{
|
|
|
- path: '/matter/index',
|
|
|
+ path: '/userCenter/matter/index',
|
|
|
name: 'matter_index',
|
|
|
meta: { title: '事项管理', isleftarrow: true },
|
|
|
- component: () => import('../views/matter/index.vue'),
|
|
|
+ component: () => import('../views/userCenter/matter/index.vue'),
|
|
|
},
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
@@ -88,7 +81,6 @@ const routes = [
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
,
|
|
|
];
|
|
|
|