diff --git a/frontend/pc/.eslintrc.js b/frontend/pc/.eslintrc.js index f6032ff8..330b8aed 100644 --- a/frontend/pc/.eslintrc.js +++ b/frontend/pc/.eslintrc.js @@ -56,8 +56,7 @@ module.exports = { LEGACY_APP_MIGRATION_ENABLED: true, AJAX_URL_PIRFIX: true, GRAFANA_IFRAME_URL: true, - gettext: true, - Aegis: true + gettext: true }, // add your custom rules here rules: { diff --git a/frontend/pc/index-dev.html b/frontend/pc/index-dev.html index 507fe90f..e9cb03e6 100644 --- a/frontend/pc/index-dev.html +++ b/frontend/pc/index-dev.html @@ -25,7 +25,6 @@ window.is_vip = true; window.use_log = true; window.log_name = '流程服务'; - window.TAM_PROJECT_ID = "" window.DEFAULT_PROJECT = '0' - {% if TAM_PROJECT_ID != '' %} - - {% endif %}
diff --git a/frontend/pc/src/main.js b/frontend/pc/src/main.js index aa085cb5..6f7cb3b1 100644 --- a/frontend/pc/src/main.js +++ b/frontend/pc/src/main.js @@ -151,15 +151,6 @@ Vue.use(bkMagic, { locale.i18n((key, value) => i18n.t(key, value)); -if (window.TAM_PROJECT_ID) { - /* eslint-disable-next-line */ - new Aegis({ - id: window.TAM_PROJECT_ID, - uin: window.USERNAME, - reportApiSpeed: true, - reportAssetSpeed: true, - }); -} store.dispatch('getPlatformPreData').then(()=> { const app = new Vue({ el: "#app",