config.js 398 B

123456789101112131415161718
  1. export default {
  2. // 接口地址
  3. serverUrl: "http://192.168.1.144:10102",//http://47.93.34.200 http://www.freeskyghw.cn http://192.168.1.144:10102
  4. wechatUrl: "http://47.93.34.200",
  5. // 设备信息
  6. system: uni.getSystemInfoSync(),
  7. // 节目类型
  8. pro_type: [ //
  9. {
  10. dict_label: '电视节目',
  11. dict_value: '0',
  12. },
  13. {
  14. dict_label: '电影节目',
  15. dict_value: '1',
  16. },
  17. ]
  18. };