liuying
2025-09-24 6efa5f6ca7536a37e3af3592bb42db63bcb8371d
yiqi_pda/api/api.js
@@ -1,8 +1,8 @@
// 同时发送异步请求的次数,防止一次点击有多次请求
let ajaxTime = 0;
// export const baseUrl = 'http://172.27.96.26:5566' // 牧野
// export const baseUrl = 'http://localhost:7788'
export const baseUrl = 'http://10.135.75.70:7788'
export const baseUrl = 'http://localhost:7788'
//export const baseUrl = 'http://10.135.75.70:7788' //生产用
//export const baseUrl = 'http://192.168.216.203:7788' //测试用
// 公共的request方法
function request(option) {