修复:旧版本的历史记录请求失败

pull/2948/head
ChenX 2 months ago
parent 71973e0fc5
commit 9b6ffab9df

@ -64,7 +64,7 @@ export class Command_OpenHistory implements Command
{
let fileName = files[parseInt(keyRes.StringResult)];
let url = FileHistoryFilesUrl + encodeURIComponent(uid) + "/" + encodeURIComponent(fileId) + "/" + encodeURIComponent(fileName);
let url = FileHistoryFilesUrl + encodeURIComponent(userName) + "/" + encodeURIComponent(fileId) + "/" + encodeURIComponent(fileName);
let cadf = await FetchFile1(url + ".cad");

Loading…
Cancel
Save