| 123456789101112131415 |
- import{
- HumitureChart,
- HumitureWarningChart
- } from 'client-sensor-v3/dist/client-sensor-v3.js'
- const routes = [
- //项目管理员列表
- { path: '/sensor/HumitureChart', component: HumitureChart},
- // 已完成项目追踪
- { path: '/sensor/HumitureWarningChart', component: HumitureWarningChart},
-
- ];
- export default routes;
|