zhang
8 天以前 9483baffba9a24a2a36fc8739fc65b59317d9142
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';