Browse Source

运营服务

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

+ 2 - 1
frontend/operation-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',