zhang
2025-08-12 d95047d4d0e212896d1a1ed1f4528b46553d4e09
zy-acs-flow/src/config/setting.js
@@ -3,14 +3,14 @@
export const PORT = import.meta.env.COOL_BASE_PORT;
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/';
export const HANDLE_APP_KEY = 'xltys1995';
export const VERIFY_PASSWORD = 'root';
export const SPA_NAME = 'COOL';
export const SPA_VERSION = '1';