mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 00:56:35 +08:00
feat: 统一分页表格组件、修复系统配置无法配置单个属性
This commit is contained in:
@@ -11,7 +11,7 @@ const config = {
|
||||
baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`,
|
||||
|
||||
// 系统版本
|
||||
version: 'v1.4.3'
|
||||
version: 'v1.4.4'
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user