网站开发 · 2025年4月24日

解决ecshop登陆后台提示transport.js/run()error:缺少

找到js/transport.js,第227行:

 

  1.       alert(this.filename + “/run() error:” +
     
  2. ex.description);

复制代码

将之改为:

 

  1. /*     alert(this.filename + “/run() error:” +
     
  2. ex.description); */

复制代码