#
luxiaotao1123
2025-04-16 bc1b5250344b4b02cf7d17da001fc1c510c5dc20
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/';