liuying
2024-11-01 2af7049b8706232b9db59d5be5a08b49285024fc
yiqi_pda/api/api.js
@@ -1,7 +1,7 @@
// 同时发送异步请求的次数,防止一次点击有多次请求
let ajaxTime = 0;
// 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方法