ruoyi-ui/src/router/index.js
@@ -121,7 +121,7 @@
    children: [
      {
        path: 'propertyInfo/:id(\\d+)',
        component: () => import('@/views/note/propertyInfo'),
        component: () => import('@/views/note/propertylnfo'),
        name: 'propertyInfo',
        meta: { title: '查询详情'}
      }