refactor: 单元格编辑优化

This commit is contained in:
meilin.huang
2023-12-22 17:04:06 +08:00
parent 2b419bca11
commit 94ed4b77d6
6 changed files with 30 additions and 25 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.1',
version: 'v1.6.2',
};
export default config;