zhouna 5 lat temu
rodzic
commit
25cadd88d4
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/html/qcScore.html
  2. 1 1
      webpack.config.js

+ 1 - 1
src/html/qcScore.html

@@ -104,7 +104,7 @@
              <td>${切口等级}</td>
              <td>${愈合等级}</td>
              <td>${麻醉方式}</td>
-             <td>${麻醉医师}</td>
+             <td>${手术医生ID}</td>
          </tr>
          {{/each}}
          </table>

+ 1 - 1
webpack.config.js

@@ -6,7 +6,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 const CopyWebpackPlugin = require('copy-webpack-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const webpack = require('webpack');
-const proxyHost = "http://192.168.2.236:5858";
+const proxyHost = "http://192.168.2.241:5858";
 // const proxyHost = "http://192.168.3.117:5858";//铁钢
 module.exports = {
   entry: {