From a852f60c30a4390fd0e07757882843dec05fcacf Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期二, 25 三月 2025 10:06:16 +0800 Subject: [PATCH] 删除监控点类型 --- src/router/index.js | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7fc95f4..2a61bcd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -70,7 +70,27 @@ { path: 'home', component: () => import('@/views/screen/flow/home/index.vue') - } + }, + { + path: 'ecology', + component: () => import('@/views/screen/flow/ecology/index.vue') + }, + { + path: 'graphic', + component: () => import('@/views/screen/flow/graphic/index.vue') + }, + { + path: 'shebei', + component: () => import('@/views/screen/flow/shebei/index.vue') + }, + { + path: 'warning', + component: () => import('@/views/screen/flow/warning/index.vue') + }, + { + path: 'report', + component: () => import('@/views/screen/flow/report/index.vue') + }, ] }, ] @@ -85,7 +105,27 @@ { path: 'home', component: () => import('@/views/screen/temperature/home/index.vue') - } + }, + { + path: 'shebei', + component: () => import('@/views/screen/temperature/shebei/index.vue') + }, + { + path: 'monitor', + component: () => import('@/views/screen/temperature/monitor/index.vue') + }, + { + path: 'graphic', + component: () => import('@/views/screen/temperature/graphic/index.vue') + }, + { + path: 'statics', + component: () => import('@/views/screen/temperature/statics/index.vue') + }, + { + path: 'report', + component: () => import('@/views/screen/temperature/report/index.vue') + }, ] } ] -- Gitblit v1.9.3