wangting
2024-04-25 107edc1584cd8e89a0f85b8fdc120194d1858934
Source/ProjectWeb/src/actions/base/BaseAction.js
@@ -13,8 +13,7 @@
  if(button.url && button.url!='null'){
    //有配置action路径,使用路径对应的js
    let buttonParse = parseEventByUrl(button.url,options,false);
    import("../"+buttonParse.jsPath+".js").then(module => {
    import("../"+button.url+".js").then(module => {
      module.doAction(options);
    })
  }else {