Skip to content

Commit

Permalink
[ISSUE #12960] 修复配置回滚页面,更多高级选项点击报错问题 (#12961)
Browse files Browse the repository at this point in the history
  • Loading branch information
misakacoder authored Dec 18, 2024
1 parent 80b44bc commit 62209a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class ConfigRollback extends React.Component {
toggleMore() {
this.setState({
showmore: !this.state.showmore,
extInfo: data.extInfo ? JSON.parse(data.extInfo) : {},
});
}

Expand Down
4 changes: 2 additions & 2 deletions console/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
<link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
<!-- 第三方css结束 -->
<link href="./css/main.css?ce304506e9c0dc27d1f8" rel="stylesheet"></head>
<link href="./css/main.css?1968dd4793221848235a" rel="stylesheet"></head>

<body>
<div id="root" style="overflow:hidden"></div>
Expand All @@ -56,6 +56,6 @@
<script src="console-ui/public/js/merge.js"></script>
<script src="console-ui/public/js/loader.js"></script>
<!-- 第三方js结束 -->
<script type="text/javascript" src="./js/main.js?ce304506e9c0dc27d1f8"></script></body>
<script type="text/javascript" src="./js/main.js?1968dd4793221848235a"></script></body>

</html>
Loading

0 comments on commit 62209a6

Please sign in to comment.