perf: 代码格式

This commit is contained in:
fit2cloud-chenyw
2025-01-10 17:30:15 +08:00
committed by fit2cloud-chenyw
parent 906b238c16
commit c907d92380

View File

@@ -237,7 +237,6 @@ export const getLocale = () => {
return wsCache.get('user.language') || getBrowserLocale() || 'zh-CN'
}
export const isFreeFolder = (node, flag) => {
const oid = wsCache.get('user.oid')
if (!oid) {