|
@@ -22,7 +22,7 @@ export default {
|
|
|
pvId: this.pvId,
|
|
|
locusBehaviorName: this.locusBehaviorName,
|
|
|
pvCurPageName: this.pvCurPageName,
|
|
|
- locusValue: this.$route.query.locusValue || "",
|
|
|
+ locusValue: this.locusValue || this.$route.query.locusValue || "",
|
|
|
};
|
|
|
util.trackRequest(param);//发送统一PV埋点
|
|
|
}
|