Browse Source

添加中草药

DESKTOP-QGP20P1\dev_2 8 tháng trước cách đây
mục cha
commit
95add3d1f0
3 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 1 1
      src/api/config.js
  2. 2 1
      src/components/basicKnow/AddTerm.vue
  3. 2 2
      vue.config.js

+ 1 - 1
src/api/config.js

@@ -2,7 +2,7 @@
 const testUrl = ''
 
 const host = window.location.hostname;
-const imgHost = host.indexOf("localhost")>-1?'http://173.18.12.191:82':('http://'+host+':82');
+const imgHost = host.indexOf("localhost")>-1?'http://192.168.65.96:82':('http://'+host+':82');
 
 export default {
   //imgHost: 'http://192.168.2.236:82',      //富文本编辑器图片回传地址

+ 2 - 1
src/components/basicKnow/AddTerm.vue

@@ -1109,7 +1109,8 @@ export default {
       copy: null,
       drugTypeList: [
         { val: 0, name: '西药' },
-        { val: 1, name: '中成药' }
+        { val: 1, name: '中成药' },
+        { val: 2, name: '中草药' }
       ], //药品类型
       drug: '',
       dioTypeList: [], //更多信息-类型

+ 2 - 2
vue.config.js

@@ -1,8 +1,8 @@
 const path = require('path');
 // const proxy_path = 'http://192.168.2.241:88';
 
-const proxy_path = 'http://173.18.12.195:5050';
-//const proxy_path = 'http://173.18.12.192:5050';
+const proxy_path = 'http://172.16.8.12:5050';
+// const proxy_path = 'http://192.168.65.95:5050';    //沙雅线上地址
 
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.113:5050'; //王峰