@@ -5,6 +5,10 @@ Ext.define('saas.view.auth.Login', {
extend: 'Ext.container.Container',
xtype: 'login',
+ requires: [
+ 'Ext.form.Label'
+ ],
+
controller: 'login',
cls: 'auth-login',
@@ -36,7 +40,8 @@ Ext.define('saas.view.auth.Login', {
},
items: [
{
- html: '账 户 登 录'
+ xtype: 'label',
+ text: '账 户 登 录'
xtype: 'textfield',
@@ -3,7 +3,8 @@ Ext.define('saas.view.main.Main', {
xtype: 'main',
requires: [
- 'Ext.list.Tree'
+ 'Ext.list.Tree',
+ 'Ext.Img'
],
controller: 'main',
@@ -2,6 +2,10 @@ Ext.define('saas.view.main.MainContainerWrap', {
xtype: 'maincontainerwrap',
+ 'Ext.tab.Panel'
id: 'main-view-detail-wrap',
flex: 1,
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<html manifest="">
+<html lang="zh-cn" manifest="">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">