Explorar o código

修复以中文命名项目名导出备份时报错的BUG

jacky6024 %!s(int64=8) %!d(string=hai) anos
pai
achega
a4b867e70e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      urule-console-js/src/frame/action.js

+ 1 - 1
urule-console-js/src/frame/action.js

@@ -355,7 +355,7 @@ function buildData(data,level) {
                             if(!result){
                                 return;
                             }
-                            const url=window._server+'/frame/exportProjectBackupFile?path='+encodeURI(data.fullPath);
+                            const url=window._server+'/frame/exportProjectBackupFile?path='+encodeURI(encodeURI(data.fullPath));
                             window.open(url,'_blank');
                         });
                     }