GET http://127.0.0.1:8888/senchaApp3/src/NavigstionView.js?_dc=1397541249248 404 (Not Found)

原因:在

var view=Ext.create('Ext.NavigationView',{
			items:[{
				title:'标题一',
				html:'组件1'
			}]
		});

中将 NavigationView 错写成NavigstionView。

你可能感兴趣的:(GET http://127.0.0.1:8888/senchaApp3/src/NavigstionView.js?_dc=1397541249248 404 (Not Found))