mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-03 14:30:24 +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.0'
|
||||
version: 'v1.4.1'
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user