Skip to content

Commit

Permalink
Merge branch 'dev1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
IceEmblem committed Oct 16, 2020
2 parents 995c267 + 5e60794 commit 8bf2b70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/IEManageSystem.Web/ClientApp/react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const createModulesFile = require('./createModulesFile').createModulesFile;
createModulesFile(
"./src/RNApp",
["RNStart"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Component extends IComponent {
size={setting.size}
onClick={()=>{
if(!this.onClick()){
this.props.history.push(setting.url);
document.location.href = setting.url;
}
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/IEManageSystem.Web/wwwroot/Pages/Home.Page.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Name":"Home","DisplayName":"\u9996\u9875","Description":"\u8FD9\u662F\u4E00\u4E2A\u9996\u9875","Field1Name":null,"Field2Name":null,"Field3Name":null,"Field4Name":null,"Field5Name":null,"Creator":null,"LastUpdater":{"EditorId":1,"Name":"\u8D85\u7EA7\u7BA1\u7406\u5458","HeadSculpture":null,"Time":"2020-10-12T10:37:44.418473+08:00"},"Discriminator":"StaticPage"}
{"Name":"Home","DisplayName":"\u9996\u9875","Description":"\u8FD9\u662F\u4E00\u4E2A\u9996\u9875","Field1Name":null,"Field2Name":null,"Field3Name":null,"Field4Name":null,"Field5Name":null,"Creator":null,"LastUpdater":{"EditorId":1,"Name":"\u8D85\u7EA7\u7BA1\u7406\u5458","HeadSculpture":null,"Time":"2020-10-16T09:49:09.2052555+08:00"},"Discriminator":"StaticPage"}
2 changes: 1 addition & 1 deletion src/IEManageSystem.Web/wwwroot/Pages/Home.json

Large diffs are not rendered by default.

0 comments on commit 8bf2b70

Please sign in to comment.