傅行帆 6 年前
父节点
当前提交
5eb31e8a2f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      VUECODE/smart-property-manage/src/router/index.js

+ 4
- 4
VUECODE/smart-property-manage/src/router/index.js 查看文件

@@ -221,7 +221,7 @@ export const constantRouterMap = [
221 221
         meta: { title: '收费组管理', icon: 'table' }
222 222
       },
223 223
       {
224
-        path: '/bill/management/info',
224
+        path: '/bill/management/info/:id',
225 225
         component: () => import('@/views/bill/info/index'),
226 226
         name: 'bill-info',
227 227
         hidden: true,
@@ -235,14 +235,14 @@ export const constantRouterMap = [
235 235
         meta: { title: '新增收费组', icon: 'table' }
236 236
       },
237 237
       {
238
-        path: '/bill/management/edi',
238
+        path: '/bill/management/edi/:id',
239 239
         component: () => import('@/views/bill/edi/index'),
240 240
         name: 'bill-edi',
241 241
         hidden: true,
242 242
         meta: { title: '修改收费组', icon: 'table' }
243 243
       },
244 244
       {
245
-        path: '/bill/management/info/bill-edi',
245
+        path: '/bill/management/info/bill-edi/:id',
246 246
         component: () => import('@/views/bill/info/bill-edi/index'),
247 247
         name: 'bill-info-edi',
248 248
         hidden: true,
@@ -278,7 +278,7 @@ export const constantRouterMap = [
278 278
         meta: { title: '工单管理', icon: 'table' }
279 279
       },
280 280
       {
281
-        path: '/ticket/details/',
281
+        path: '/ticket/details/:id',
282 282
         component: () => import('@/views/ticket/details'),
283 283
         name: 'ticket-details',
284 284
         hidden: true,