ZZJ
2021-12-14 e060a8863f67dd42589c76bcee373ce8f8013ec3
src/pages/index/App.vue
@@ -83,10 +83,10 @@
      } else {
        //网络断网效果图出来后,将此地改为跳转路径到效果图上
        message = "未配置网络";
      }
      this.$notify({
        message: message,
      });
      }
    });
  },
  data() {
@@ -114,7 +114,7 @@
      if (this.active == 2) {
        const data = this.$refs[`form${this.active}`].getFormData();
        await saveRegInfo(data);
        location.assign("/view/login");
        location.assign("/login");
        return;
      }
@@ -211,7 +211,7 @@
      }
      if (res.data.initPwd && res.data.initRegInfo) {
        location.assign("/view/login");
        location.assign("/login");
        return;
      }