From e7bef8f799b0cefd5ea1817d578cc868cbfea1f4 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 11 四月 2025 10:48:16 +0800 Subject: [PATCH] fix:修改水温实时监测界面,对接数据 --- src/router/index.js | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 43 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7fc95f4..0d21012 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -36,7 +36,7 @@ { path: '/', hidden: true, - redirect: '/user' + redirect: '/screen' }, { path: '/login', @@ -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