From 58b0f1e9bd03a472321acf1dfc4e89fc4ce9df7a Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 29 Sep 2025 01:14:10 +0800
Subject: [PATCH] 9.28更换api

---
 src/page/login/register.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/page/login/register.vue b/src/page/login/register.vue
index 9e66320..8b7f606 100644
--- a/src/page/login/register.vue
+++ b/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);

--
Gitblit v1.9.3