about.js 108 B

12345
  1. // 添加首页默认UI
  2. addUI("home",function(){
  3. console.log("home加载回调")
  4. // $("#home").show();
  5. });