123456789101112131415161718 |
- /*
- * @Author: zy1125 1515706227@qq.com
- * @Date: 2023-11-08 20:40:07
- * @LastEditors: 半生瓜 1515706227@qq.com
- * @LastEditTime: 2024-01-16 19:55:33
- * @FilePath: \v3_yyz\public\config.js
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- */
- window.g = {
- // 获取数据请求地址
- BASE_API: "https://weizhi.huanghuai.edu.cn/yyzioc-server/",
- // BASE_API: "https://test.lqkj.top//cmioc3-server",
- // BASE_API: "http://192.168.4.219:12397/ioc-server",
- // UE_IP: "http://192.168.4.159"
- UE_IP: "http://127.0.0.1:80"
- };
|