瀏覽代碼

银农app

wulanhaote
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";
}); });
} }
}); });


Loading…
取消
儲存