mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
feat: 完善数据库信息保存以及项目、redis相关操作
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const config = {
|
||||
baseApiUrl: import.meta.env.VITE_API_URL
|
||||
baseApiUrl: (window as any).globalConfig.BaseApiUrl
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user