瀏覽代碼

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