Browse Source

妇幼生产环境

‘chenzhilei’ 3 months ago
parent
commit
2ebec2640a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/mz/clinic.js

+ 1 - 1
src/main/resources/static/js/mz/clinic.js

@@ -1124,7 +1124,7 @@ function jumpToFy() {
       const utf8Bytes = encodeURIComponent(JSON.stringify(data)).replace(/%([0-9A-F]{2})/g, (_, hex) => {
           return String.fromCharCode(parseInt(hex, 16));
       });
-      let url = "http://58.33.165.250:20011/mchis-web/?token=321322199206140414&module=M102&data=" + btoa(utf8Bytes);
+      let url = "http://192.168.100.140:18080/mchis-web/?token=321322199206140414&module=M102&data=" + btoa(utf8Bytes);
       window.open(url, "_blank");
   }
 }