From f16acb06ab278cdcb1d39a29680634010638326d Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 08 五月 2024 17:35:48 +0800 Subject: [PATCH] 1. 完成表格模块的功能迁移; 2. 完成表格、折线图、地图标记三者点击联动 --- 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