修复百度统计上报的路径地址
This commit is contained in:
parent
cfab3b69fc
commit
55095a4db2
@ -121,7 +121,7 @@
|
||||
start.always(function () {
|
||||
var page = location.pathname;
|
||||
if (location.search) {
|
||||
page += location.search;
|
||||
page += location.search + "&";
|
||||
} else {
|
||||
page += "?";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user