correciones

This commit is contained in:
xXpuma99Xx
2022-01-17 18:57:11 -06:00
parent 3efe44f62c
commit 66d185c8d7
3 changed files with 647 additions and 525 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default {
})
.catch((err) => {
this.updateIsLoading(false)
this.imprimirerr(err.response.data)
this.imprimirError(err.response.data)
})
},
},
+4 -4
View File
@@ -1,7 +1,7 @@
export default {
/* Server de pruebas */
server: { port: 3016 },
// server: { port: 8080 },
// server: { port: 3016 },
server: { port: 8080 },
ssr: false,
target: 'static',
head: {
@@ -24,9 +24,9 @@ export default {
axios: {},
build: {},
env: {
// api: 'http://localhost:3000',
api: 'http://localhost:3000',
// api: "https://890af9d598a4.ngrok.io"
// api: 'https://venus.acatlan.unam.mx/ss-pruebas',
api: 'https://venus.acatlan.unam.mx/serviciosocial',
// api: 'https://venus.acatlan.unam.mx/serviciosocial',
},
}
+642 -520
View File
File diff suppressed because it is too large Load Diff