From 6ce29e5e6872eb0cf1d29664956781c6647e63ed Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期日, 30 六月 2024 12:25:59 +0800
Subject: [PATCH] fix:提交代码

---
 src/views/project/ch/home/Scenario.vue |   57 ---------------------------------------------------------
 1 files changed, 0 insertions(+), 57 deletions(-)

diff --git a/src/views/project/ch/home/Scenario.vue b/src/views/project/ch/home/Scenario.vue
index e9cc23e..75febd9 100644
--- a/src/views/project/ch/home/Scenario.vue
+++ b/src/views/project/ch/home/Scenario.vue
@@ -25,28 +25,6 @@
 					</div>
 				</div>
 			</div>
-			<!-- <div class="productivity">
-				<div class="mb-[24px]">
-					<span class="productivity-span"><i></i>姘村姟搴旂敤鍦烘櫙</span>
-				</div>
-				<div class="flex flex-wrap items-center">
-					<div class="list_app" v-for="item in state.waterApplicationList" :key="item.ID">
-						<img :src="item.Icon" alt="" class="w-[20px] h-[20px] mr-[14px]" />
-						<span class="text-[14px] text-[#333f4e]">{{ item.Name }}</span>
-					</div>
-				</div>
-			</div>
-			<div class="productivity">
-				<div class="mb-[24px]">
-					<span class="productivity-span"><i></i>杈呭姪瀛︿範</span>
-				</div>
-				<div class="flex flex-wrap items-center">
-					<div class="list_app" v-for="item in state.studyList" :key="item.ID">
-						<img :src="item.Icon" alt="" class="w-[20px] h-[20px] mr-[14px]" />
-						<span class="text-[14px] text-[#333f4e]">{{ item.Name }}</span>
-					</div>
-				</div>
-			</div> -->
 		</div>
 	</div>
 </template>
@@ -70,40 +48,6 @@
 		},
 	], //鏈�杩戜娇鐢�
 	productivityList: [], //閫氱敤鐨勫満鏅�
-	waterApplicationList: [
-		{
-			ID: 1,
-			Name: '姘村巶鐢熶骇',
-			Icon: '/static/images/scene/scene_1.png',
-		},
-		{
-			ID: 2,
-			Name: '绠$綉鐩戞祴',
-			Icon: '/static/images/scene/scene_2.png',
-		},
-		{
-			ID: 3,
-			Name: '绠$綉杩愯',
-			Icon: '/static/images/scene/scene_3.png',
-		},
-		{
-			ID: 4,
-			Name: '浜ч攢宸�',
-			Icon: '/static/images/scene/scene_2.png',
-		},
-	],
-	studyList: [
-		{
-			ID: 1,
-			Name: '璁烘枃鍔╂墜',
-			Icon: '/static/images/scene/scene_1.png',
-		},
-		{
-			ID: 2,
-			Name: '鍏朵粬',
-			Icon: '/static/images/scene/scene_2.png',
-		},
-	],
 });
 //鍒囨崲鍒板簲鐢ㄥ満鏅鎯呯殑浜嬩欢
 const changeApp = (item: any) => {
@@ -116,7 +60,6 @@
 const getSectionByList = async () => {
 	const res = await getSectionByAllList();
 	const iconList = ['/static/images/scene/scene_1.png', '/static/images/scene/scene_2.png', '/static/images/scene/scene_3.png'];
-	console.log('馃殌 ~ res:', res);
 	res.sections.forEach((item: any) => {
 		if (item.children && item.children.length > 0) {
 			item.children = item.children.map((child: any) => {

--
Gitblit v1.9.3