yujk 3 роки тому
джерело
коміт
c39ec3e703
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      src/views/yinnong/workbench.vue

+ 2
- 2
src/views/yinnong/workbench.vue Переглянути файл

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


Завантаження…
Відмінити
Зберегти