From c34c87ff6bf310e461ae27c1988d39baef208da8 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 17 Apr 2024 16:25:28 +0800
Subject: [PATCH] first
---
src/page/register/index copy.vue | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diff --git a/src/page/register/index copy.vue b/src/page/register/index copy.vue
index 1cd24aa..4a550e8 100644
--- a/src/page/register/index copy.vue
+++ b/src/page/register/index copy.vue
@@ -229,24 +229,7 @@
break;
}
}
- Axios.registerUser({
- username: (this.activeIndex == 0 || this.activeIndex == 1) ? this.username : `${this.username}`,
- password: this.password,
- re_password: this.repassword,
- type: this.type,
- usercode: this.invitCode,
- }).then((res) => {
- this.GET_USERINFO(res.data)
- if (this.activeIndex == 0||this.activeIndex == 2) {
- this.$router.push('/setFond')
- }
- else {
- this.$router.push({ name: 'verify', query: { type: this.activeIndex, account: this.activeIndex == 1 ? this.username : `${this.username}` } })
- }
- }).catch((error) => {
- if (error.code === 'ECONNABORTED') { this.$toast(this.$t('网络超时!')); }
- else if (error.msg !== undefined) { this.$toast(this.$t(error.msg)); }
- });
+ c
}
}
}
--
Gitblit v1.9.3