zhang
2023-12-14 d0df2b3177566caeef42e5e8ff8461708dd0575e
src/views/login/index.vue
@@ -87,7 +87,7 @@
          phone: this.username,
          code: this.Code
        };
        Loginto(Data.phone).then(res => {
        Loginto(Data).then(res => {
          if (res.data.code == 400) {
            this.$toast.fail(res.data.msg);
          } else {