|
@@ -1352,6 +1352,11 @@ export default { |
|
|
* } |
|
|
* } |
|
|
*/ |
|
|
*/ |
|
|
const hash = JSON.parse(data); |
|
|
const hash = JSON.parse(data); |
|
|
|
|
|
Object.entries(hash).forEach(([key, value]) => { |
|
|
|
|
|
if(value.split(';').length === 1) { |
|
|
|
|
|
hash[key] = `${value};0`; |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
this.localFileHashMap = hash; |
|
|
this.localFileHashMap = hash; |
|
|
}catch(e) { |
|
|
}catch(e) { |
|
|
console.log('socket file change message error:', e); |
|
|
console.log('socket file change message error:', e); |
|
|