| | |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-06-25 10:54:47 |
| | | * @FilePath : \src\utils\http\config.js |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-13 09:42:10 |
| | | */ |
| | | let rtmpURL = '' |
| | | |
| | | if (import.meta.env.VITE_APP_ENV === 'production') { |
| | | rtmpURL = 'rtmp://101.132.85.201/live/' |
| | | } else if (import.meta.env.VITE_APP_ENV === 'jiangwu') { |
| | | rtmpURL = 'rtmp://192.168.253.121/live/' |
| | | } else { |
| | | rtmpURL = 'rtmp://139.196.74.78/live/' |
| | | } |