From f59f3b24814387573b5bca9a9b6c832a3720ee7e Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 22 四月 2026 17:46:35 +0800
Subject: [PATCH] 最新
---
项目代码/WIDESEAWCS_Client/src/views/Home.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 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 820437a..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,11 +1,14 @@
<template>
- <div class="title"></div>
+<!-- <LineComponent/>-->
</template>
<script>
import { ref, reactive } from 'vue'
-
+import LineComponent from "./LineComponent.vue"
export default {
+ // components:{
+ // LineComponent
+ // },
setup() {
return {
--
Gitblit v1.9.3