Browse Source

运营服务

yingp 7 years ago
parent
commit
7eca68039f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/saas-web/app/view/auth/Login.js

+ 2 - 1
frontend/saas-web/app/view/auth/Login.js

@@ -6,7 +6,8 @@ Ext.define('saas.view.auth.Login', {
     xtype: 'login',
 
     requires: [
-        'Ext.form.Label'
+        'Ext.form.Label',
+        'Ext.form.field.Checkbox'
     ],
 
     controller: 'login',