refactor: PageTable组件重构

This commit is contained in:
meilin.huang
2023-12-12 23:31:53 +08:00
parent d86ef0a9ab
commit 8faf1831d9
26 changed files with 920 additions and 462 deletions

View File

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