소스 검색

Merge branch 'master' of http://git.cc-lotus.info/service-platform/mobile-official

wuhongyu 5 년 전
부모
커밋
362d2c93ad
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/router/index.js

+ 1 - 3
src/router/index.js

@@ -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',