From 18e9c3c8c5c05fb14b13d2a30a69af0165496f33 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 31 十月 2024 17:46:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 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 5b24943..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/LogisticsCenter.vue')
+      component: () => import('../views/EnergyConsum.vue')
     },
     {
       path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆

--
Gitblit v1.9.3