404.js 116 B

12345678
  1. /**
  2. * 404.js
  3. */
  4. Ext.onReady(function() {
  5. Ext.Msg.alert('提示','代码开发中,敬请耐心等待...');
  6. });