@@ -9,7 +9,7 @@
"description": "这里是软件描述文档",
"downloadName": "XYFile",
"softMid": "4qgNl8jfYlLV",
- "softName": "星优文件名管理器",
+ "softName": "文件管理器",
"copyright": "苏州星优办公软件有限公司",
"popupAdvId": "24",
"linkId": "20",
@@ -426,6 +426,7 @@ export default {
console.error('复制失败', err.toString(), item.path)
if(str.indexOf('already exists') > -1 && str.indexOf(item.name) > -1){
console.log('重新复制')
+ // newFilePath = newPath + separator + item.title + '重复' + new Date().getTime() + i + item.suffix;
}
item.status = '6';
})