返回 AiToEarn
1 VITE_APP_HOT_URL = 'https://att-contents.yikart.cn/api'
2 VITE_APP_FILE_HOST = 'https://ai-to-earn.oss-cn-beijing.aliyuncs.com/'
3
4 # 正式
5 VITE_APP_URL = 'https://api.aitoearn.cn/api'
6
7 # 调试
8 # VITE_APP_URL = 'http://127.0.0.1:3000/api'
9
9 lines Plain Text