riku
2025-07-23 3daf8eebf8c0d5b4561f38e21c50818c8f6768b7
src/api/index.js
@@ -5,11 +5,11 @@
const debug = false;
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) {