1
PC-20250623MANY\Administrator
2025-09-23 797f0cc9c7da1ba910d5c702c130b08692ab3d1c
src/page/login/register.vue
@@ -18,7 +18,7 @@
                <span style="font-size: 14px;">{{ $t('获取验证码') }}</span>
              </van-button>
            </template>
          </el-input> -->
</el-input> -->
          <div class="forms_title">{{ $t("Password") }}</div>
          <el-input :placeholder="$t('hj19')" :size="medium" v-model="userPassword" clearable @input="handleInput()">
@@ -153,6 +153,7 @@
          };
          let data = await api.register(opts);
          if (data.status === 0) {
            Notify({ type: "success", message: this.$t('hj34') });
            setTimeout(() => {
              this.$router.push("/login");
            }, 1000);