correciones
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
||||
})
|
||||
.catch((err) => {
|
||||
this.updateIsLoading(false)
|
||||
this.imprimirerr(err.response.data)
|
||||
this.imprimirError(err.response.data)
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
+4
-4
@@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
Generated
+642
-520
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user