From 0bda79a1d5f0de3a1885f13763c516650bc19007 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 29 十月 2024 16:00:38 +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..4449704 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/FireFighting.vue') }, { path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆 -- Gitblit v1.9.3