优企云服/** * This class is the main view for the application. It is specified in app.js as the * "mainView" property. That setting automatically applies the "viewport" * plugin causing this view to become the body element (i.e., the viewport). * * TODO - Replace this content of this view to suite the needs of your application. */ Ext.define('saas.view.main.Main', { extend: 'Ext.container.Container', xtype: 'main', requires: [ 'Ext.list.Tree' ], controller: 'main', viewModel: 'main', cls: 'main-ct', itemId: 'mainView', layout: { type: 'vbox', align: 'stretch' }, items: [ { xtype: 'toolbar', cls: 'main-headerbar shadow', height: 64, itemId: 'headerBar', items: [ { xtype: 'component', reference: 'mainLogo', cls: 'main-logo-wrap', html: '
优企云服