From 18ca39af5c57a64f1d0b1d3f7b9a9979a88e899e Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 31 十月 2024 18:20:31 +0800
Subject: [PATCH] ll
---
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 7740453..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/LogisticsEfficiency.vue')
+ component: () => import('../views/EnergyConsum.vue')
},
{
path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆
--
Gitblit v1.9.3