refactor: 系统水印重构

This commit is contained in:
meilin.huang
2023-10-14 00:38:51 +08:00
parent e0f1f40ba0
commit 77ae6e3bab
20 changed files with 139 additions and 123 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.2',
version: 'v1.5.3',
};
export default config;