riku
2025-09-01 b33e28bc2843555355ecad59a80c83e3c26445a3
src/api/index.js
@@ -1,15 +1,15 @@
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:9030`;
let ws = `47.100.191.150:9031`;
// console.log(import.meta.env);
if (import.meta.env.VITE_DATA_MODE == 'jingan') {
  ip1 = 'http://114.215.109.124:8805/';
  ws = `114.215.109.124:9030`;
  ws = `114.215.109.124:9031`;
}
if (debug) {