mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
6 lines
243 B
TypeScript
6 lines
243 B
TypeScript
const config = {
|
|
baseApiUrl: `${(window as any).globalConfig.BaseApiUrl}/api`,
|
|
baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${location.host}`}/api`
|
|
}
|
|
|
|
export default config |