提交 64a6491b 编写于 作者: D Devil

debug

上级 3d4d60f5
...@@ -1393,11 +1393,7 @@ function UrlFieldReplace(field, value, url) ...@@ -1393,11 +1393,7 @@ function UrlFieldReplace(field, value, url)
{ {
url = str+ext; url = str+ext;
} else { } else {
if(str.substr(-1) != '/') url = str+'/'+field+'/'+value+ext;
{
str += '/';
}
url = str+field+'/'+value+ext;
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册