From efc0923ff1e1dc995f6981c2559227df24da7623 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期四, 23 四月 2026 16:54:43 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEAWCS_Client/src/views/Home.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/Home.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/Home.vue"
index cab9c0e..7db9178 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/Home.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/Home.vue"
@@ -1,14 +1,14 @@
<template>
- <LineComponent/>
+<!-- <LineComponent/>-->
</template>
<script>
import { ref, reactive } from 'vue'
import LineComponent from "./LineComponent.vue"
export default {
- components:{
- LineComponent
- },
+ // components:{
+ // LineComponent
+ // },
setup() {
return {
--
Gitblit v1.9.3