Browse Source

6578/6577

luolei 4 years ago
parent
commit
239b4de02e
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/utils/config.js
  2. 1 0
      src/utils/tools.js

+ 1 - 1
src/utils/config.js

@@ -8,7 +8,7 @@ const host='http://192.168.2.241:5050';//后端接口访问地址
 //const host='http://192.168.2.164:8080';
 // const host='http://192.168.3.117:5050'; //周铁刚
 // const newIcssVisitUrl = '223.93.170.82:13000';    //icss服务访问地址(跳转目的地),不能加http://
-const imageUrlPrefix = 'http://192.168.2.241:12282';
+const imageUrlPrefix = 'http://192.168.2.241:82';
 // const imageUrlPrefix = 'http://223.93.170.82:12282';
 module.exports={
     host,

+ 1 - 0
src/utils/tools.js

@@ -226,6 +226,7 @@ const pushAllDataList =(whichSign,action,reData,type) =>{           //回读清
           MRAnalyseResult: []
         })
         storageLocal.remove('emrParam');
+        document.getElementById('addScrollEvent').scrollIntoView()
        // Notify.success('页面已清空')
     }else if(type == 'preIcss'){
       store.dispatch({type: SET_READ_MODE, readMode: whichSign,isPreIcss:true});