refactor: 界面小优化

This commit is contained in:
meilin.huang
2023-09-14 17:21:01 +08:00
parent 0bd7d38c23
commit dd4ac390de
11 changed files with 27 additions and 20 deletions

View File

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