柚子快报邀请码778899分享:Nproxy

http://www.51969.com/

线上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"

}

];

柚子快报邀请码778899分享:Nproxy

http://www.51969.com/

查看原文