From 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 31 Aug 2022 18:11:16 +0800
Subject: [PATCH] 新增编辑页 日志列表接口

---
 src/components/swichLabel/main2-music-search.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/swichLabel/main2-music-search.vue b/src/components/swichLabel/main2-music-search.vue
index 02cd100..52c2777 100644
--- a/src/components/swichLabel/main2-music-search.vue
+++ b/src/components/swichLabel/main2-music-search.vue
@@ -2,7 +2,7 @@
 	<div class="blog-main">
 		<a-row>
 			<a-col v-bind="colApiLeft">
-				<box7 :searchType="searchType" class="fade"></box7>
+				<box7 :searchType="searchType" class="fade" > </box7>
 			</a-col>
 			<a-col v-bind="colApiMain" class="holdHeight">
 				<!-- <box8></box8> -->
@@ -33,7 +33,7 @@
 
 		data() {
 			return {
-				searchType: "乐谱搜索",
+				searchType: "月台搜索",
 				colApiLeft: {
 					xs: 24,
 					sm: {

--
Gitblit v1.9.1