diff --git a/nezha-fronted/src/components/common/popBox/guide.vue b/nezha-fronted/src/components/common/popBox/guide.vue
index c372159d0..7f91cc4e1 100644
--- a/nezha-fronted/src/components/common/popBox/guide.vue
+++ b/nezha-fronted/src/components/common/popBox/guide.vue
@@ -80,7 +80,7 @@ export default {
guideList: [
{
route: '/dc',
- title: this.$t('guide.dc'),
+ title: this.$t('asset.dc'),
icon: 'nz-icon nz-icon-datacenter1',
tip: this.$t('guide.dcTip'),
permissionCode: 'dc_view'
diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue
index 63f79c77a..b97b8e2e5 100644
--- a/nezha-fronted/src/components/common/project/topologyL5.vue
+++ b/nezha-fronted/src/components/common/project/topologyL5.vue
@@ -374,17 +374,7 @@ const canvasOptions = {
autoExpandDistance: 0,
minScale: 0.2,
scaleKey: -1,
- keydown (e) {
- console.log(e)
- // if (e.target.className === 'cm-content cm-lineWrapping' && e.keyCode === 8) {
- // if (e & e.stopPropagation) {
- // e.stopPropagation() // iie 6, 7, 8
- // } else {
- // window.event.cancleBubble = true
- // }
- // return false
- // }
- }
+ keydown: 1
}
export default {
name: 'topologyL5',
diff --git a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue
index 43be81a85..7f56f280f 100644
--- a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue
@@ -183,7 +183,7 @@ export default {
},
roles: [],
mfaLevelList: [
- { value: 0, label: this.$t('project.endpoint.disable') },
+ { value: 0, label: this.$t('profile.close') },
{ value: 1, label: this.$t('asset.talon.enable') },
{ value: 2, label: this.$t('config.user.forceEnable') }
],
diff --git a/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue b/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue
index 3733c39ba..df8b1a731 100644
--- a/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue
@@ -13,7 +13,7 @@
-
{{$t('dashboard.panel.chartForm.display')}}
+
{{$t('config.assetLabel.display')}}
@@ -666,7 +666,7 @@
-
{{$t('dashboard.panel.chartForm.display')}}
+
{{$t('config.assetLabel.display')}}
diff --git a/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue
index f1362d9b8..4481a4ec6 100644
--- a/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue
+++ b/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue
@@ -290,7 +290,7 @@