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