From 6e6127068f03a7fe655f1fd504c488f20683039f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 15 七月 2025 18:28:02 +0800 Subject: [PATCH] fix:数据 --- src/router/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6395b0e..4a15b6a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2,7 +2,7 @@ * @Author: Liuyi candymxq888@outlook.com * @Date: 2024-08-06 14:47:41 * @LastEditors: web candymxq888@outlook.com - * @LastEditTime: 2025-06-19 15:01:44 + * @LastEditTime: 2025-06-30 14:58:22 * @FilePath: \water-qinghe-web\src\router\index.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -79,6 +79,10 @@ { path: 'device', component: () => import('@/views/screen/device.vue') + }, + { + path: 'data', + component: () => import('@/views/screen/data.vue') } ] }, -- Gitblit v1.9.3