添加人员健康数据监测路由
This commit is contained in:
parent
4563e48845
commit
52f7ffeaa6
|
@ -29,13 +29,13 @@ import Tabs from '@/components/layouts/tabs.vue'
|
||||||
import Home from '@/views/home/index.vue'
|
import Home from '@/views/home/index.vue'
|
||||||
|
|
||||||
import personnePostPhysicalExamination from '@/views/personnePostPhysicalExamination/index.vue'
|
import personnePostPhysicalExamination from '@/views/personnePostPhysicalExamination/index.vue'
|
||||||
|
import personnelHealthMonitoring from '@/views/personnelHealthMonitoring/index.vue'
|
||||||
|
|
||||||
const currentComponent = shallowRef(null)
|
const currentComponent = shallowRef(null)
|
||||||
|
|
||||||
const staticRoutes = {
|
const staticRoutes = {
|
||||||
personnePostPhysicalExamination,
|
personnePostPhysicalExamination,
|
||||||
|
personnelHealthMonitoring,
|
||||||
}
|
}
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
|
Loading…
Reference in New Issue