riku
2025-10-16 87e19b5a396ac8fed6a551828b87d263f6425c31
src/api/index.js
@@ -1,8 +1,8 @@
import axios from 'axios';
import { ElMessage } from 'element-plus';
const openLog = false;
const debug = false;
const openLog = true;
const debug = true;
let ip1 = 'http://47.100.191.150:9029/';
let ws = `47.100.191.150:9031`;
@@ -21,7 +21,8 @@
const $http = axios.create({
  baseURL: ip1,
  timeout: 30000
  // timeout: 30000,
  timeout: 0
});
//添加拦截器