Commit 3ee60eea by 孙亚楠

dd

parent 89b9a9de
......@@ -14,7 +14,6 @@ module.exports = function (app) {
req.url.indexOf("auth/userCtl/captcha") > 0 ||
req.url.indexOf("auth/userCtl/smsCode") > 0 ||
req.url.indexOf("common/metaCtl/getApiDoc") > 0 ||
req.url.indexOf("order/orderCtl/addSourceOrder") > 0 ||
req.url.indexOf("getRsConfig") > 0) {
if (jsonUser) {
req.loginUser = JSON.parse(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