DESKTOP-QGP20P1\dev_2 8 months ago
parent
commit
a8763d25d5

+ 2 - 2
src/components/Banner/index.jsx

@@ -195,8 +195,8 @@ class Banner extends Component {
     const domNode = document.getElementById('root');
     return (
       <div className={style["logo"]}>
-          {hideLg?'':<img src={logo} onClick={this.handleEmbedPush}/>}
-        <span className={style["logo-name"]} onClick={this.handleEmbedPush}>{hideLg?'':`|`}&nbsp;&nbsp;智能辅助临床决策系统</span>
+          {/* {hideLg?'':<img src={logo} onClick={this.handleEmbedPush}/>} */}
+        {/* <span className={style["logo-name"]} onClick={this.handleEmbedPush}>{hideLg?'':`|`}&nbsp;&nbsp;智能辅助临床决策系统</span> */}
         <div className={style["buon"]}>
           {ifShow==1&&deptName=='急诊科'?<div className={`${style["buon1"]} ${style["buon2"]}`} onClick={this.showHisModal}>
                       <img className={`${style["st"]} ${style["his"]}`} src={emergIcon} />

+ 1 - 1
src/components/CopyRight/index.jsx

@@ -80,7 +80,7 @@ class CopyRight extends Component {
           <a lassName={style["copy-number"]} href="javascript:;" onClick={showCopyModal}>
             {number}
           </a>{" "}
-          {hasNewVersion && <span>new</span>}<b> &copy;云巅上</b>
+          {/* {hasNewVersion && <span>new</span>}<b> &copy;云巅上</b> */}
           <div className={style['disclaimer']} onClick={showDisclatmerModal}>免责声明</div>
         </div>
         {/* {copyVisible && <div

+ 2 - 2
src/components/PushData/index.jsx

@@ -43,12 +43,12 @@ class PushData extends Component{
         const url =`${pushPage2}?mrId=${mrId.indexOf("reStart") > - 1?"":mrId}&isTcm=${isTcm}&planCode=${planCode}&hospitalId=${hospitalId}${mrId.indexOf("reStart") > - 1 ? '&reStart='+Math.random():""}`+(hideLg?`&hideLg=1`:``);
         return <div >
             {!showPushData&&<div className={style['slideButton']} style={{right:pushBoxPos+'px'}} onClick={this.showPushData}>
-                {hideLg?'智能提醒':'云巅上智能提醒'}
+                {hideLg?'智能提醒':'智能提醒'}
                 <img class={style['arrowIcon']} src={arrowIcon} alt=""/>
             </div>}
             {showPushData&&<div id="dragModalWrap" className={style['pushWrapper']} style={{right:pushBoxPos+'px'}} onWheel={this.handleScroll.bind(this)}>
                 {/* <div id="dragModalTitle"  className={style['pushDataTitle']}>云巅上智能提醒 <span className={style['pushDataHide']} onClick={this.hidePushData}>收起</span></div> */}
-                <div className={style['pushDataTitle']}>{hideLg?'智能提醒':'云巅上智能提醒'} <span className={style['pushDataHide']} onClick={this.hidePushData}>    <img class={style['hideConfirm']} src={hideConfirm} alt=""/></span></div>
+                <div className={style['pushDataTitle']}>{hideLg?'智能提醒':'智能提醒'} <span className={style['pushDataHide']} onClick={this.hidePushData}>    <img class={style['hideConfirm']} src={hideConfirm} alt=""/></span></div>
                 {hospitalId&&<iframe id='embedPage'  src={url} frameborder="0" width="400" height="557" onWheel={this.handleScroll.bind(this)}></iframe>}
                 {!hospitalId&&<div className={style['pushEmpty']}>
                         <div className={style['pushEmptyBox']}>

+ 5 - 3
src/utils/config.js

@@ -1,10 +1,12 @@
 
 const { func } = require("prop-types");
 
+// const host='http://173.18.12.192:6060';//后端接口访问地址
+const host='http://192.168.65.95:6060';    //沙雅后端接口访问地址
 
-const host='http://'+window.location.hostname+':5050';//后端接口访问地址
+// const host='http://'+window.location.hostname+':5050';//后端接口访问地址
 
-const imageUrlPrefix = 'http://173.18.12.191:82';
+const imageUrlPrefix = 'http://192.168.65.96:82';
 function geturl(){
     return {
         gourl:'http://'+window.location.hostname+':5654/cdss.html',
@@ -15,7 +17,7 @@ let urlSelect = geturl()
 module.exports={
     host,
     prefix:'',            //带权限验证的api
-    pushPage:'http://192.168.2.241:5488/icssIndex.html',        //右侧推送页面的地址
+    pushPage:'http://192.168.65.96:5488/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix:urlSelect.imgurl,
     pushPage2:urlSelect.gourl,        //右侧推送页面的地址
     // pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址