From 4a4c65d0d2e7b5db4c4ea6ba7af0e800f83a890a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 08 Apr 2025 11:50:20 +0800
Subject: [PATCH] feat: 事件概况left对接完成
---
src/components/CommonTitle.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/CommonTitle.vue b/src/components/CommonTitle.vue
index eef6d28..efe77c2 100644
--- a/src/components/CommonTitle.vue
+++ b/src/components/CommonTitle.vue
@@ -10,7 +10,7 @@
const props = defineProps({
title: {
type: String,
- default: '机巢概况',
+ default: '标题',
},
text: {
type: String,
--
Gitblit v1.9.3