diff --git a/index.html b/index.html
index b93d434..9af6336 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
Tunnel Cloud
+ 地下复杂洞群智能通风控制系统
diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue
index 126df2c..c2c485b 100644
--- a/src/components/content/fanInfo/FanInfo.vue
+++ b/src/components/content/fanInfo/FanInfo.vue
@@ -403,6 +403,11 @@ const initChart = (type, valueA,valueB,valueC) => {
${params[0].name}
${params[0].value}
+
${params[1].name}
+
${params[1].value}
+
${params[2].name}
+
${params[2].value}
+
`;
return content;
},