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