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