ソースを参照

银农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) {
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";
});
}
});


読み込み中…
キャンセル
保存