From a0fed21bc903776940277dca890bade7942cc7c0 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 19 四月 2024 14:42:17 +0800
Subject: [PATCH] 去除不需要的打印

---
 north-glass-erp/northglass-erp/src/views/RegisterView.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/RegisterView.vue b/north-glass-erp/northglass-erp/src/views/RegisterView.vue
index db9cd2d..1b49c44 100644
--- a/north-glass-erp/northglass-erp/src/views/RegisterView.vue
+++ b/north-glass-erp/northglass-erp/src/views/RegisterView.vue
@@ -69,7 +69,6 @@
         request.post('/user/register',
             register).then((res) => {
           if(res['code']==200){
-            console.log(res.data)
             ElMessageBox.alert(
                 `<strong>鐢ㄦ埛:<i style="color: #1890FF;">'${res.data.userName}</i>'
                  <br>璐﹀彿ID:<i style="color: #1890FF;">${res.data.loginName}</i> </strong>`,

--
Gitblit v1.8.0