Commit b591c89e by 王昆

dd

parent a60cc651
...@@ -25,6 +25,7 @@ module.exports = function (app) { ...@@ -25,6 +25,7 @@ module.exports = function (app) {
req.url.indexOf("common/metaCtl/getApiDoc") > 0 || req.url.indexOf("common/metaCtl/getApiDoc") > 0 ||
req.url.indexOf("common/captchaCtl/captcha") > 0 || req.url.indexOf("common/captchaCtl/captcha") > 0 ||
req.url.indexOf("order/orderCtl/addSourceOrder") > 0 || req.url.indexOf("order/orderCtl/addSourceOrder") > 0 ||
req.url.indexOf("business/businessmenCtl/info") > 0 ||
req.url.indexOf("getRsConfig") > 0) { req.url.indexOf("getRsConfig") > 0) {
if (jsonUser) { if (jsonUser) {
req.loginUser = jsonUser; req.loginUser = jsonUser;
......
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