Commit f685b2aa authored by danfuman's avatar danfuman

修改

parent 7ef5c0d8
......@@ -127,8 +127,8 @@ export const constantRoutes = [
{
path: '/owner/MonitoringReportDetails/:id',
component: () => import('@/views/owner/MonitoringReportDetails'),
name: 'MonitoringDynamics',
meta: { title: '监控报告详情', noCache: false },
name: 'ownerMonitoringReportDetails',
meta: { title: '业主监控报告详情', noCache: false },
}
]
},
......
......@@ -201,7 +201,7 @@
import {changeTime} from "@/assets/js/common.js"
import skeleton from '../component/skeleton'
export default {
name: 'MonitoringDynamics',
name: 'ownerMonitoringReportDetails',
components: {
InfoTable,skeleton
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment