Nproxy

线上web调试工具

nproxy

https://github.com/goddyZhao/nproxy

 

// 安装 

npm install -g nproxy


// 查看全局安装的目录

npm root -g 

 

遇到的问题

替换规则文件要用 绝对路径

module.exports = [
  // 1. replace single file with local one
  {
    pattern: 'mui.min.js',      // Match url you wanna replace
    // responder:  "C:\emacs-26.2\secret\org\project\wechat\vote\script\test.js"
    // pattern: 'jquery-1.10.2.js',      // Match url you wanna replace
    responder:  "C:/emacs-26.2/secret/org/project/wechat/vote/script/test.js"
  }
];

    
posted @ 2023-04-12 18:21  lvye1221  阅读(43)  评论(0编辑  收藏  举报