|
@@ -178,7 +178,7 @@ export default {
|
|
|
|
|
|
const toVaccinateAppointment = () => {
|
|
|
if (cards.value.length === 1) {
|
|
|
- window.open('http://www.hnthyy.cn/covidVaccinate/' + cards.value[0].patientId, '_self')
|
|
|
+ window.open('http://www.hnthyy.cn:8080/covidVaccinate/' + cards.value[0].patientId, '_self')
|
|
|
} else {
|
|
|
router.push('/selectCovidVaccinatePatient')
|
|
|
}
|