luolei před 5 roky
rodič
revize
ce57b98990

+ 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'; //周铁刚