config.js 230 B

12345678
  1. window.g = {
  2. // 获取数据请求地址
  3. BASE_API: "https://test.lqkj.top//cmioc3-server",
  4. // BASE_API: "http://192.168.4.219:12397/ioc-server",
  5. // UE_IP: "http://192.168.4.159"
  6. UE_IP: "http://127.0.0.1:80"
  7. };