From 298c6662a41395c7c19adf85d19a0d274b926c46 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 31 十月 2024 13:57:31 +0800
Subject: [PATCH] 代码初始化
---
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..74799c6 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/SecurityControl.vue')
},
{
path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆
--
Gitblit v1.9.3