config.js 461 B

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