config.js 776 B

1234567891011121314151617181920
  1. /*
  2. * @Author: zy1125 1515706227@qq.com
  3. * @Date: 2023-11-08 20:40:07
  4. * @LastEditors: 半生瓜 1515706227@qq.com
  5. * @LastEditTime: 2024-01-16 19:55:33
  6. * @FilePath: \v3_yyz\public\config.js
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. */
  9. window.g = {
  10. // 获取数据请求地址
  11. // BASE_API: "https://weizhi.huanghuai.edu.cn/yyzioc-server/",//prod
  12. BASE_API: "https://782y5867q3.vicp.fun/ioc-server/",//dev
  13. // BASE_API: "https://test.lqkj.top//cmioc3-server",
  14. // BASE_API: "http://192.168.4.219:12397/ioc-server",
  15. // UE_IP: "http://192.168.4.159"
  16. // UE_IP: "http://127.0.0.1:80"
  17. UE_IP: "ws://192.168.4.152:81"
  18. };