diff --git a/src/App.js b/src/App.js
index 74c1fcba..6eedea56 100644
--- a/src/App.js
+++ b/src/App.js
@@ -51,6 +51,10 @@ const Information = Loadable({
loader: () => import('./forge/Information/index'),
loading: Loading,
})
+const SoftwareFactory = Loadable({
+ loader: () => import('./forge/SoftwareFactory/index'),
+ loading: Loading,
+})
//forge安全设置
const Security = Loadable({
loader: () => import('./forge/SecuritySetting/Index'),
@@ -404,6 +408,14 @@ class App extends Component {
}
}>
+ {
+ return ()
+ }
+ }>
+
123
+}
+
+export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({
+ imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget",
+ parentSelector: ".newContainer",
+ })(Index)))))
+ );
\ No newline at end of file