123456789101112131415161718 |
- #音乐调用接口地址
- VUE_APP_BASE_API_URL = http://118.24.244.213:3030
- #账户报表/素材报表接口地址
- VUE_APP_BASE_REPORT_URL = http://api.tjyourong.com.cn/reportModule
- # 测试地址 http://gateway.tjyourong.com.cn
- # 线上地址 http://api.tjyourong.com.cn
- #脚本视频接口
- VUE_APP_BASE_SCRIPT_URL = http://114.117.193.186:31013
- # 线上地址 http://114.117.193.186:31013
- # 测试地址 http://139.186.134.115:31013
- #素材大盘相关接口
- VUE_APP_BASE_MATERIAL_URL = http://api.tjyourong.com.cn/material
- # 泽宇 http://192.168.1.134:9999
- # 测试 http://192.168.0.195:9999
|