From 7644b2e86abb859573a29a9c204840b9c0c63d9e Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 31 十月 2024 19:18:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
screen/src/router/index.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/screen/src/router/index.js b/screen/src/router/index.js
index cdb7dee..e65a85c 100644
--- a/screen/src/router/index.js
+++ b/screen/src/router/index.js
@@ -1,12 +1,11 @@
import { createRouter, createWebHashHistory } from 'vue-router'
-import HomeView from '../views/PlatformCall.vue'
const router = createRouter({
history: createWebHashHistory(),
routes: [
{
path: '/',
- component: () => import('../views/TaskEfficiency.vue')
+ component: () => import('../views/EnergyConsum.vue')
},
{
path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆
--
Gitblit v1.9.3