From d0f98ad8e1047e3161a458399ad3005404ed87b8 Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期五, 06 六月 2025 15:52:15 +0800 Subject: [PATCH] 标准参数管理 --- src/router/modules/datas.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router/modules/datas.js b/src/router/modules/datas.js index 1cc00ef..6d73049 100644 --- a/src/router/modules/datas.js +++ b/src/router/modules/datas.js @@ -17,6 +17,12 @@ meta: { title: '瀹炴椂鐩戞祴', icon: 'realtime1', noCache: false, decoration: false } }, { + path: 'history', + component: () => import('@/views/history/index.vue'), + name: 'history', + meta: { title: '鍘嗗彶鏁版嵁', icon: 'history', noCache: false, decoration: false } + }, + { path: 'device', component: () => import('@/views/datas/device.vue'), name: 'device', -- Gitblit v1.9.1