Browse Source

修改bug 4511

傅行帆 6 years ago
parent
commit
ba8a7dbada
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      VUECODE/smart-property-manage/src/router/index.js

+ 1
- 1
VUECODE/smart-property-manage/src/router/index.js View File

150
         component: () => import('@/views/social/transaction/reply/transactionreply'),
150
         component: () => import('@/views/social/transaction/reply/transactionreply'),
151
         name: 'transactionreply-index',
151
         name: 'transactionreply-index',
152
         hidden: true,
152
         hidden: true,
153
-        meta: { title: '二手帖子回复列表', icon: 'table' }
153
+        meta: { title: '话题回复列表', icon: 'table' }
154
       },
154
       },
155
       {
155
       {
156
         path: '/transaction/transactionReport',
156
         path: '/transaction/transactionReport',