Commit 53d6cd7b authored by baixian's avatar baixian

ERP新需求

parent a679370e
......@@ -18,5 +18,5 @@
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.81f828.js"></script></body>
<script type="text/javascript" src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.1a6a46.js"></script></body>
</html>
\ No newline at end of file
......@@ -202,7 +202,7 @@ class AddThemeClassModal extends React.Component {
editThemeInfo.source_id == item.id ?
<img className={pageStyle.checkImg} src={`${__IMGCDN__}developschool/checked.png`} alt="" />
:
<img className={pageStyle.checkImg} src={`${__IMGCDN__}/developschool/un_checked.png`} alt="" />
<img className={pageStyle.checkImg} src={`${__IMGCDN__}developschool/un_checked.png`} alt="" />
}
<div>{item.title}</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment