zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
82f9f64ed2
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/html/staticInfoOut.html
  2. 1 1
      webpack.config.js

+ 1 - 1
src/html/staticInfoOut.html

@@ -58,7 +58,7 @@
     </div>
   </div>
 <div class="footer">
-    <p>免责声明:本知识库提供的有关疾病、症状、检查、药品、指南规范、循证文献和病例文献等信息仅供医生学习参考。</p>
+    <p>免责声明:本知识库提供的医学静态知识仅供医生学习参考。</p>
     <p>版权所有:杭州朗通信息技术有限公司      浙ICP备:16000400号-2</p>
 </div>
 </body>

+ 1 - 1
webpack.config.js

@@ -4,7 +4,7 @@ const CleanWebpackPlugin = require('clean-webpack-plugin') // 清空打包目录
 const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const webpack = require('webpack');
-const proxyHost = "http://192.168.2.236:6060";
+const proxyHost = "http://192.168.2.241:6060";
 module.exports = {
   entry: {
     index: path.resolve(__dirname, 'src/js', 'index.js'),