export default { // 接口地址 serverUrl: "http://broadcast.waityou24.cn", //http://47.93.34.200 http://www.freeskyghw.cn http://192.168.1.144:10102 fileserverUrl: 'http://broadcast.waityou24.cn', wechatUrl: "http://broadcast.waityou24.cn", // 设备信息 system: uni.getSystemInfoSync(), // 节目类型 pro_type: [ // { dict_label: '电视节目', dict_value: '0', }, { dict_label: '电影节目', dict_value: '1', }, ] };