@@ -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'),
},
// 事项管理
@@ -33,7 +33,7 @@
</van-tabs>
</el-col>
<el-col :span="24" class="two">
- <van-button type="primary" @click="$router.push({ path: '/myfabu/detail' })">发布产品</van-button>
+ <van-button type="primary" @click="$router.push({ path: '/userCenter/myProduct/detail' })">发布产品</van-button>