luolei 5 年之前
父节点
当前提交
ce57b98990
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      src/components/PreviewBody/ItemPart/index.jsx
  2. 2 2
      src/utils/config.js

+ 3 - 0
src/components/PreviewBody/ItemPart/index.jsx

@@ -10,6 +10,9 @@ const ItemPart = (props) => {
       <td className={style['patInfoSec']}>
         {
           dataStr && dataStr != '' && dataStr.split(';').map((item) => {
+            // return <div className={style.checkAssist} dangerouslySetInnerHTML={{__html:item}}></div>
+            // return <pre className={style.checkAssist} dangerouslySetInnerHTML={{__html:item}}></pre>
+            // return <pre className={style.checkAssist}>{item}</pre>
             return <div className={style.checkAssist}>{item}</div>
           })
         }

+ 2 - 2
src/utils/config.js

@@ -1,8 +1,8 @@
 // const host='http://192.168.3.1:5050';//赵
 // const host='http://192.168.3.100:5050';//王峰
-const host='http://192.168.2.236:5050';//后端接口访问地址
+// const host='http://192.168.2.236:5050';//后端接口访问地址
 // const host='http://192.168.2.121:5050';//后端接口访问地址
-// const host='http://192.168.2.241:5050';//后端接口访问地址
+const host='http://192.168.2.241:5050';//后端接口访问地址
 // const host='http://192.168.3.11:5050';//王宇
 //const host='http://192.168.2.164:8080';
 // const host='http://192.168.3.117:5050'; //周铁刚