/* * @Description: * @Author: hy * @Date: 2019-08-12 17:59:33 * @LastEditTime: 2019-08-14 18:09:30 */ /* * This file launches the application by asking Ext JS to create * and launch() the Application class. */ Ext.application({ extend: 'uas.Application', name: 'uas', requires: [ // This will automatically load all classes in the uas namespace // so that application classes do not need to require each other. 'uas.Application' ], });