52,780
社区成员
发帖
与我相关
我的任务
分享
title: '身份验证',
xtype: 'form',
ref: '../../loginform',
defaults: { width: 250 },
defaultType: 'textfield',
bodyStyle: 'padding:20px 0 0 20px;',
items: [{
fieldLabel: '帐号',
name: 'username',
allowBlank: false
}, {
fieldLabel: '密码',
name: 'password',
inputType: 'password',
allowBlank: false
}],
api: {
submit: Login.LoginJudge
}