智慧农业后台管理页面
guoshilong
2022-11-08 082613d446e29e4ec1c16bfaa52345106a498b23
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" });
        });
      });
    },