瀏覽代碼

fix url sistema web

Gustavo Zanatta 1 天之前
父節點
當前提交
4f572dd22c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/AppHeader.vue

+ 1 - 1
app/components/AppHeader.vue

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