Commit 04b71da8 by 宋毅

tj

parent 484a98f4
......@@ -348,7 +348,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
// 处理参数方法
copyParams(actionBody, actionType, url, isUser = "no", isDecryptUser = "no") {
var data = this.commonParams;
data.actionProcess = 'jd' || this.channelName;
data.actionProcess = this.channelName;
data.actionType = actionType;
data.actionBody = actionBody || {};
data.requrl = this.host + url;
......
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