Commit e7bf207a by 蒋勇

d

parent c4e81442
...@@ -50,7 +50,7 @@ module.exports = function (app) { ...@@ -50,7 +50,7 @@ module.exports = function (app) {
p = invokeObj["doexec"].apply(invokeObj, params); p = invokeObj["doexec"].apply(invokeObj, params);
} }
p.then(r => { p.then(r => {
var rs=JSON.stringify(r); var rs=JSON.stringify(r)
.replace(/%5C/g,'%5C%5C') .replace(/%5C/g,'%5C%5C')
.replace(/%22/g,"%5C%22") .replace(/%22/g,"%5C%22")
.replace(/%2F/g,'%5C%2F') .replace(/%2F/g,'%5C%2F')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment