From eb3c38e9450b8bcf7ca8e0df65757162ba18251f Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 29 四月 2024 14:04:42 +0800 Subject: [PATCH] 监测因子单选框 --- src/router/index.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 0e6661a..a5d2520 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,7 @@ routes: [ { path: '/', - redirect: '/index' + redirect: '/index/hmode' }, // 鐧婚檰椤甸潰 { @@ -20,31 +20,31 @@ children: [ // 姹℃煋婧簮 { - path: '/hmode', + path: 'hmode', name: 'historyMode', component: () => import('@/views/historymode/HistoryMode.vue') }, // 璧拌埅鐩戞祴 { - path: '/rmode', + path: 'rmode', name: 'realtimeMode', component: () => import('@/views/realtimemode/RealtimeMode.vue') }, // 椋庨櫓妯″瀷 { - path: '/riskmode', + path: 'riskmode', name: 'riskMode', component: () => import('@/views/riskmodel/RiskMode.vue') }, // 缃戞牸鍖栫洃娴� { - path: '/gridmonitor', + path: 'gridmonitor', name: 'gridMonitor', component: () => import('@/views/gridmonitor/GridMode.vue') }, // 鐢ㄧ數閲忕洃娴� { - path: '/emode', + path: 'emode', name: 'electricityMode', component: () => import('@/views/electricitymode/ElectricityMode.vue') } -- Gitblit v1.9.3