Explorar el Código

fix url sistema web

Gustavo Zanatta hace 1 día
padre
commit
4f572dd22c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/components/AppHeader.vue

+ 1 - 1
app/components/AppHeader.vue

@@ -48,7 +48,7 @@ const scrollTo = (id: string) => {
 }
 }
 
 
 const handleEntrar = () => {
 const handleEntrar = () => {
-  window.open('https://serpratidigital.softpar.inf.br/', '_blank')
+  window.open('https://app.serprati.com.br/', '_blank')
 }
 }
 </script>
 </script>