config.js 667 B

123456789101112131415161718
  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/",
  12. // BASE_API: "https://test.lqkj.top//cmioc3-server",
  13. // BASE_API: "http://192.168.4.219:12397/ioc-server",
  14. // UE_IP: "http://192.168.4.159"
  15. UE_IP: "http://127.0.0.1:80"
  16. };