소스 검색

feat: 修改

ljc 4 주 전
부모
커밋
aa583e8276
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      pages/login/index.vue

+ 6 - 6
pages/login/index.vue

@@ -634,12 +634,12 @@ const register = async () => {
 
   }).catch(err => {
     console.log('表单错误信息:', err)
-    confirm({
-      title: t('Msg.SystemPrompt'),
-      content: err.msg,
-      showCancel: false,
-      confirmText: t('Btn.Confirm'),
-    })
+    // confirm({
+    //   title:t('Msg.SystemPrompt'),
+    //   content: '表单错误',
+    //   showCancel: false,
+    //   confirmText: t('Btn.Confirm'),
+    // })
     return false
   })
 }