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