Pman.Login.js
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 07:46:35 +0000 (15:46 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 07:46:35 +0000 (15:46 +0800)
Pman.Login.js

index 18d7ca3..5aa0029 100644 (file)
@@ -67,10 +67,8 @@ Pman.Login =  new Roo.util.Observable({
                     //console.log('call failure');
                     return Pman.Login.failure(response,opts);
                 }
-                
-                this.fillAuth(res.data);
-                
                 if (res.data.id*1 < 0) {
+                    // this.fillAuth(res.data);
                     return this.openSystem();
                 }