diff --git a/super-screen/client/assets/images/homepage/fire/icon3.png b/super-screen/client/assets/images/homepage/fire/icon3.png
new file mode 100644
index 0000000..9f08aaa
Binary files /dev/null and b/super-screen/client/assets/images/homepage/fire/icon3.png differ
diff --git a/super-screen/client/src/components/rollComponent/index.js b/super-screen/client/src/components/rollComponent/index.js
index a35c3ed..3cd6fbe 100644
--- a/super-screen/client/src/components/rollComponent/index.js
+++ b/super-screen/client/src/components/rollComponent/index.js
@@ -30,8 +30,8 @@ export default class AutoRollComponent extends Component {
if (!this.props.closeroll) {
if (this.props.canScroll) {
- this.cloneEle = document.getElementById(this.props.divId);
- this.scrollElem.appendChild(this.cloneEle.cloneNode(true));
+ // this.cloneEle = document.getElementById(this.props.divId);
+ // this.scrollElem.appendChild(this.cloneEle.cloneNode(true));
this.repeat()
}
}
diff --git a/super-screen/client/src/sections/fire-control/components/left-bottom.js b/super-screen/client/src/sections/fire-control/components/left-bottom.js
index cbfe037..21a78ad 100644
--- a/super-screen/client/src/sections/fire-control/components/left-bottom.js
+++ b/super-screen/client/src/sections/fire-control/components/left-bottom.js
@@ -33,7 +33,7 @@ function Infrastructure(props) {
}
return