web
2025-06-19 08b842bbc24be15f81ba7de49071904131f2b694
src/router/index.js
@@ -1,8 +1,8 @@
/*
 * @Author: Liuyi candymxq888@outlook.com
 * @Date: 2024-08-06 14:47:41
 * @LastEditors: Liuyi candymxq888@outlook.com
 * @LastEditTime: 2024-09-28 11:11:38
 * @LastEditors: web candymxq888@outlook.com
 * @LastEditTime: 2025-06-19 15:01:44
 * @FilePath: \water-qinghe-web\src\router\index.js
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
@@ -75,6 +75,10 @@
      {
        path: 'home',
        component: () => import('@/views/screen/index.vue')
      },
      {
        path: 'device',
        component: () => import('@/views/screen/device.vue')
      }
    ]
  },