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

index 60d21e8..a22dc00 100644 (file)
@@ -68,10 +68,8 @@ Pman.Login =  new Roo.util.Observable({
                     return Pman.Login.failure(response,opts);
                 }
                 
-                this.fillAuth(res.data); // returning core setting to interface
-                
                 if (res.data.id*1 < 0) {
-                    // this.fillAuth(res.data);
+                    this.fillAuth(res.data);
                     return this.openSystem();
                 }