智慧农业后台管理页面
guoshilong
2022-09-26 cf9495cfb1424816167586fa985ecdf29a923eea
src/page/lock/index.vue
@@ -49,7 +49,8 @@
        type: "warning"
      }).then(() => {
        this.$store.dispatch("LogOut").then(() => {
          this.$router.push({ path: "/login" });
          // this.$router.push({ path: "/login" });
          window.opener.location.href = 'http://dev.jxpskj.com:8020/ncny/login.html'
        });
      });
    },