@@ -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>