Explorar el Código

银农app

wulanhaote
yujk hace 3 años
padre
commit
c39ec3e703
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/yinnong/workbench.vue

+ 2
- 2
src/views/yinnong/workbench.vue Ver fichero

@@ -179,7 +179,7 @@
if (response.code === 200) {
this.$store.dispatch("GetInfo").then(() => {
// this.$router.go(0);
window.location.href = "/onlineHome/workbench";
window.location.href = "/yinnong/workbench";
});
}
});
@@ -212,7 +212,7 @@
if (response.code === 200) {
this.$store.dispatch("GetInfo").then(() => {
// this.$router.go(0);
window.location.href = "/onlineHome/workbench";
window.location.href = "/yinnong/workbench";
});
}
});


Cargando…
Cancelar
Guardar