Kaynağa Gözat

修改租户名称自适应位置

丸子 7 ay önce
ebeveyn
işleme
19abd46454
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/views/Login.vue

+ 2 - 0
src/views/Login.vue

@@ -127,6 +127,8 @@ const handleLogin = async params => {
           { 'Tenant-Id': tenantId.value },
           loginDataLoginForm
         )
+        console.log(res);
+        
         if (!res) {
           return
         }