mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-08 17:00:26 +08:00
feat: 新增数据库表信息查看及其他优化
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const config = {
|
||||
baseApiUrl: (window as any).globalConfig.BaseApiUrl
|
||||
baseApiUrl: `${(window as any).globalConfig.BaseApiUrl}/api`,
|
||||
baseWsUrl: `${(window as any).globalConfig.BaseWsUrl}/api`
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user