(function () {
  var config = {
    site:'http://zycloud.sztzjy.com/server', //数据请求地址
    viewUrl:'http://39.108.104.1/op/view.aspx?src=', //PDF、PPT、WORD等在线预览的地址

    // site:'http://192.168.110.95:9090/server'
    // site:'http://czys.cj-edu.com/server'
    // site:'http://czvtc.cj-edu.com/server'
    // site:'http://hbsi.cj-edu.com/server'
    // site:'http://bhlgxy.cj-edu.com/server'
    //site:'http://hbkjxy.cj-edu.com/server'
    // site:'http://jjykt.cj-edu.com/server'
  }
  window.configs = {
    API_ROOT: config.site,
    VIEW_URL: config.viewUrl,
  };
})();