dominio
This commit is contained in:
parent
b5e7f63125
commit
3de0794f66
@ -89,7 +89,6 @@ export default {
|
||||
.get(`${process.env.api}/modelo/`, this.$getToken.token())
|
||||
.then((res) => {
|
||||
this.modelos = res.data
|
||||
console.log(res.data)
|
||||
})
|
||||
.catch((err) => {
|
||||
this.$alertsGenericos.imprimirError(this.$buefy, err.response.data)
|
||||
|
@ -30,6 +30,10 @@
|
||||
<b-table-column field="correo" label="Correo" v-slot="props" centered>
|
||||
<span>{{ props.row.correo }}</span>
|
||||
</b-table-column>
|
||||
|
||||
<b-table-column field="dominio" label="Dominio" v-slot="props" centered>
|
||||
<span>{{ props.row.dominio }}</span>
|
||||
</b-table-column>
|
||||
</b-table>
|
||||
</section>
|
||||
</template>
|
||||
@ -84,7 +88,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style >
|
||||
<style>
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ export default {
|
||||
],
|
||||
},
|
||||
env: {
|
||||
api: 'http://localhost:3000',
|
||||
// api: 'https://venus.acatlan.unam.mx/pcpumaUnam_test',
|
||||
// api: 'http://localhost:3000',
|
||||
api: 'https://venus.acatlan.unam.mx/pcpumaUnam_test',
|
||||
// api: 'https://pmodulospcpuma.unam.mx/pcpumaUnam_test',
|
||||
// api: 'https://modulospcpuma.unam.mx/',
|
||||
path: '/socket.io/',
|
||||
|
Loading…
Reference in New Issue
Block a user