#
vincentlu
2025-01-14 aa5c831b256f6fa85851cfe8bfa53c5e3b7ce8be
zy-acs-flow/src/config/setting.js
@@ -3,8 +3,6 @@
export const PORT = import.meta.env.COOL_BASE_PORT;
export const API_BASE_URL = 'http://' + IP + ':' + PORT + '';
export const WEBSOCKET_BASE_URL = `${window.location.protocol === 'https:' ? 'wss://' : 'ws://'}${window.location.host}`;
export const PREFIX_BASE_URL = '/api/';