refactor: 数据库操作界面小优化

This commit is contained in:
meilin.huang
2023-11-22 12:19:07 +08:00
parent d102cc8c08
commit bb37ed3b95
7 changed files with 88 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ const config = {
baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`,
// 系统版本
version: 'v1.5.3',
version: 'v1.5.4',
};
export default config;