mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
5 lines
192 B
JavaScript
5 lines
192 B
JavaScript
window.globalConfig = {
|
||
// 默认为空,以访问根目录为api请求地址。若前后端分离部署可单独配置该后端api请求地址
|
||
"BaseApiUrl": "",
|
||
"BaseWsUrl": ""
|
||
} |