From c726d1b86ce4c9ff9185050e3409c70b1c35dd3b Mon Sep 17 00:00:00 2001 From: danielGe Date: Tue, 24 Mar 2020 02:45:52 -0600 Subject: [PATCH 1/2] agregae todo --- src/components/Login.vue | 22 +- src/components/RegistroAsistencia.vue | 444 ++++++++++++++++++++++---- src/config/config.js | 4 +- src/estetica/header.vue | 17 +- 4 files changed, 414 insertions(+), 73 deletions(-) diff --git a/src/components/Login.vue b/src/components/Login.vue index e04eda2..dbe6a97 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -33,6 +33,7 @@ + - diff --git a/src/config/config.js b/src/config/config.js index 0dea361..21a7ca8 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,8 +1,8 @@ const config = { - api: "https://69cc8f75.ngrok.io" + //api: "https://69cc8f75.ngrok.io" //api: "https://venus.acatlan.unam.mx/coloquioeducacion" //pruebas // api: "https://venus.acatlan.unam.mx/c_educacion_pro" //produccion - //api:"localhost:3000" + api:"http://localhost:3000" } export default config \ No newline at end of file diff --git a/src/estetica/header.vue b/src/estetica/header.vue index 6ac178d..4c217dd 100644 --- a/src/estetica/header.vue +++ b/src/estetica/header.vue @@ -1,7 +1,7 @@