Ver código fonte

Merge branch 'master' into test-ca

xiaochan 11 meses atrás
pai
commit
cc30118ef2

+ 1 - 1
src/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/EmrElectrocardiogram.vue

@@ -4,7 +4,7 @@ const props = defineProps({
 })
 
 const src = computed(() => {
-  return `http://172.16.32.192/website/Service/Search.aspx?id=${props.patNo}`
+  return `http://pathology.thyy.cn/website/Service/Search.aspx?id=${props.patNo}`
 })
 
 </script>