Przeglądaj źródła

修正路径转发的一些地址错误

huqi 5 lat temu
rodzic
commit
0238ad50c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      o2web/source/x_component_AppCenter/Main.js

+ 1 - 1
o2web/source/x_component_AppCenter/Main.js

@@ -210,7 +210,7 @@ MWF.xApplication.AppCenter.Module = new Class({
 
             var uri = this.app.actions.action.actions["download"].uri;
             uri = uri.replace("{flag}", this.json.structure);
-            window.open(this.app.actions.action.address+uri);
+            window.open(o2.filterUrl(this.app.actions.action.address+uri));
 
         }.bind(this));