Browse Source

标题更改

zq940222 3 months ago
parent
commit
50575e6b6c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/adweb/site/AdwebSiteList.vue

+ 2 - 2
src/views/adweb/site/AdwebSiteList.vue

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