Skip to content

Commit

Permalink
新增历史版本
Browse files Browse the repository at this point in the history
  • Loading branch information
“orenzhenguo——v” committed Jul 5, 2021
1 parent e8f9a8a commit 1ddcc1c
Show file tree
Hide file tree
Showing 41 changed files with 408 additions and 137 deletions.
8 changes: 8 additions & 0 deletions case-server/src/main/resources/web/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ export default {
path: '/login',
component: './landing/login.jsx',
},
{
path: '/history/:caseId',
component: './contrast/index.jsx',
},
{
path: '/caseManager/historyContrast/:caseId1/:caseId2',
component: './contrast/seeResult.js',
},
{
path: '*',
redirect: '/',
Expand Down

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions case-server/src/main/resources/web/dist/antd.a1395610.chunk.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions case-server/src/main/resources/web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script th:src="@{/umi.e9eaf311.js}"></script>
<script th:src="@{/umi.7609cbf7.js}"></script>
</body>
</html>
</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ddcc1c

Please sign in to comment.