Explorar el Código

修改租户名称自适应位置

丸子 hace 7 meses
padre
commit
19abd46454
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
         }