zhangxc 4 years ago
parent
commit
2515db8429
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/js/medicalTermMap.js
  2. 1 1
      webpack.config.js

+ 1 - 0
src/js/medicalTermMap.js

@@ -43,6 +43,7 @@ $(".submit").on("click",function(){
                     renderStandrandWord(standardList)
                     renderStandrandWord(standardList)
                 }else{
                 }else{
                     renderStandrandWord(standardList)
                     renderStandrandWord(standardList)
+                    $(".emptyBox2").css("display","none")
                 }
                 }
                 
                 
             }
             }

+ 1 - 1
webpack.config.js

@@ -5,7 +5,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const ExtractTextPlugin = require("extract-text-webpack-plugin");
 const ExtractTextPlugin = require("extract-text-webpack-plugin");
 const webpack = require('webpack');
 const webpack = require('webpack');
-const proxyHost = "http://192.168.2.236:5050";
+const proxyHost = "http://192.168.2.241:5050";
 // const proxyHost = "http://192.168.3.113:5050";
 // const proxyHost = "http://192.168.3.113:5050";
 module.exports = {
 module.exports = {
   entry: {
   entry: {