zhouna 4 gadi atpakaļ
vecāks
revīzija
1a2667e947
4 mainītis faili ar 6 papildinājumiem un 3 dzēšanām
  1. 2 1
      src/css/cdss.less
  2. 1 1
      src/html/cdss.html
  3. 1 0
      src/js/cdss.js
  4. 2 1
      webpack.config.js

+ 2 - 1
src/css/cdss.less

@@ -412,7 +412,8 @@ body{
     right: 10px;
     bottom: -1px;
     background: #fff;
-    width: 44px;
+    width: 10px;
+    height: 10px;
     box-sizing: border-box;
     img.more {
         position: absolute;

+ 1 - 1
src/html/cdss.html

@@ -64,7 +64,7 @@
                       <p class="searching">正在搜索中...</p>
                       <p class="inputWarning">请输入搜索内容!</p>
                       <div class="empty">
-                          <img class="emptyImgSearch" src="./images/empty3.png" alt="">
+                          <img class="emptyImgSearch" src="./images/icon_no.png" alt="">
                         <p>暂无搜索结果~</p>
                       </div>
                       <ul>

+ 1 - 0
src/js/cdss.js

@@ -15,6 +15,7 @@ require('./../js/staticSearch.js');//静态知识搜索
 require('./../images/empty.png').replace(/^undefined/g, '')
 require('./../images/empty2.png').replace(/^undefined/g, '')
 require('./../images/empty3.png').replace(/^undefined/g, '')
+require('./../images/icon_no.png').replace(/^undefined/g, '')
 require('./../images/loading.gif').replace(/^undefined/g, '')
 require('./../images/right.png').replace(/^undefined/g, '')
 require('./../images/new.png').replace(/^undefined/g, '')

+ 2 - 1
webpack.config.js

@@ -338,7 +338,8 @@ module.exports = {
     contentBase: "./dist", //静态文件根目录
     proxy: {
       '/sys': proxyHost,
-      '/lantone': "http://114.55.109.16:81"
+      '/lantone': "http://114.55.109.16:81",
+      '/kl': proxyHost,
     },
     hot: true,
     // openPage:'index.html?age=28&tipsName=血常规&tipsType=12&diseaseId=280&lisJson=&diagJson=急性胰腺炎&diseaseName=糖尿病&pastJson=无心脏病&otherJson=无高血压&pacsJson=腹部B超:无异常,%20报告日期:2019-05-07&sex=男&symptomJson=恶心呕吐腰痛&vitalJson=血压左上肢13/12mmHg&hospitalCode=A001',