#
luxiaotao1123
2024-11-25 526399abe94e3b18e1f886737922d3e491c76b0f
zy-acs-flow/src/config/setting.js
@@ -5,7 +5,7 @@
export const API_BASE_URL = 'http://' + IP + ':' + PORT + '';
export const WEBSOCKET_BASE_URL = 'ws://' + IP + ':' + PORT + '';
export const WEBSOCKET_BASE_URL = `${window.location.protocol === 'https:' ? 'wss://' : 'ws://'}${window.location.host}`;
export const PREFIX_BASE_URL = '/api/';
@@ -39,4 +39,4 @@
export const LOGIN_BACKGROUND = 'image';  // image | media
export const CUSTOM_PAGES_DATA_INTERVAL = 100000;
export const CUSTOM_PAGES_DATA_INTERVAL = 1000;