buildingCreate.js 434 B

123456789101112131415
  1. // 创建app
  2. var app = new THING.App({
  3. url: '/api/scene/0b75dc5f4460f22c329afd96',
  4. // url: '/api/scene/ab93bd9640a9db05a4937351',
  5. background: 'https://www.thingjs.com/static/images/background_img_03.png'
  6. });
  7. //设备列表
  8. var buildingStore;
  9. $.ajax({
  10. type: "GET",
  11. url:'/uploads/wechat/163607/file/杨浦16/buildingStore.json',
  12. dataType: "json",
  13. async: false,
  14. success: function (data) {