Browse Source

Merge branch 'dev' of http://gogs.ywtinfo.com/chenjunkun/th_net_hospital_ali_mp into dev

liweimin 2 years ago
parent
commit
a9fd259339
4 changed files with 4 additions and 4 deletions
  1. 1 1
      antbuilder/industry/hospital/hooks/index.js
  2. 1 1
      config.by.prod.json
  3. 1 1
      config.by.qa.json
  4. 1 1
      config.json

+ 1 - 1
antbuilder/industry/hospital/hooks/index.js

@@ -29,7 +29,7 @@ registerHooks({
 					code: ["code"],
 					// Http返回数据中的error message字段名称
 					msg: ["msg"],
-					miniVersion: globalExt.miniVersion || "0.0.33",
+					miniVersion: globalExt.miniVersion || "0.0.34",
 				});
 				monitor.setCommonInfo({
 					tag: this.globalData.appId,

+ 1 - 1
config.by.prod.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "prod",
 			"terminal": 24,
-			"miniVersion": "0.0.33"
+			"miniVersion": "0.0.34"
 		}
 	}
 }

+ 1 - 1
config.by.qa.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.33"
+			"miniVersion": "0.0.34"
 		}
 	}
 }

+ 1 - 1
config.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.33"
+			"miniVersion": "0.0.34"
 		}
 	}
 }