|
@@ -363,10 +363,10 @@
|
|
// 站点已发布,并且是正式域名时可以添加GTM 代码
|
|
// 站点已发布,并且是正式域名时可以添加GTM 代码
|
|
if (record.isDomain === 1 && record.status === 1) {
|
|
if (record.isDomain === 1 && record.status === 1) {
|
|
dropDown.push({
|
|
dropDown.push({
|
|
- label: '跟踪代码',
|
|
|
|
|
|
+ label: 'GTM代码',
|
|
onClick: addGtm.bind(null, record),
|
|
onClick: addGtm.bind(null, record),
|
|
},{
|
|
},{
|
|
- label: 'Google Ads帐号',
|
|
|
|
|
|
+ label: 'Google Ads',
|
|
onClick: bindGoogleAds.bind(null, record),
|
|
onClick: bindGoogleAds.bind(null, record),
|
|
});
|
|
});
|
|
}
|
|
}
|