线上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" } ];标签:nproxy,pattern,responder,replace,vote,Nproxy,js From: https://www.cnblogs.com/lvye1221/p/17310773.html