diff --git a/src/lang/en.js b/src/lang/en.js
index e21a156d..9be8fe96 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -158,11 +158,6 @@ export default {
confirm: 'Confirm',
unfollow: 'Unfollow'
},
- errorLog: {
- tips: 'Please click the bug icon in the upper right corner',
- description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.',
- documentation: 'Document introduction'
- },
excel: {
export: 'Export',
selectedExport: 'Export Selected Items',
diff --git a/src/lang/es.js b/src/lang/es.js
index 25231eca..fd094b36 100755
--- a/src/lang/es.js
+++ b/src/lang/es.js
@@ -127,11 +127,6 @@ export default {
cancel: 'Cancelar',
confirm: 'Confirmar'
},
- errorLog: {
- tips: 'Please click the bug icon in the upper right corner',
- description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.',
- documentation: 'Documento de introducción'
- },
excel: {
export: 'Exportar',
selectedExport: 'Exportar seleccionados',
diff --git a/src/lang/oc.js b/src/lang/oc.js
index 088f5acb..e181ab86 100644
--- a/src/lang/oc.js
+++ b/src/lang/oc.js
@@ -128,11 +128,6 @@ export default {
cancel: 'Anullar',
confirm: 'Confirmar'
},
- errorLog: {
- tips: 'Mercés de clicar l’icòna del babau amont a man drecha',
- description: 'Ara que lo sistèma de gestion es coma un spa, melhora l’experiéncia dels utilizaire mas aumenta tanben lo risc de problèmas sus la pagina, una pichona negligéncia pòt menar a un blocatge complèt de la pagina. Urosament Vue fornís de manièras per gerir las excepcions, trobar las errors o senhalar las excepcions.',
- documentation: 'Presentacion del document'
- },
excel: {
export: 'Exportar',
selectedExport: 'Exportar los elements seleccionats',
diff --git a/src/lang/zh.js b/src/lang/zh.js
index a28771c5..7933d584 100644
--- a/src/lang/zh.js
+++ b/src/lang/zh.js
@@ -127,11 +127,6 @@ export default {
cancel: '取 消',
confirm: '确 定'
},
- errorLog: {
- tips: '请点击右上角bug小图标',
- description: '现在的管理后台基本都是spa的形式了,它增强了用户体验,但同时也会增加页面出问题的可能性,可能一个小小的疏忽就导致整个页面的死锁。好在 Vue 官网提供了一个方法来捕获处理异常,你可以在其中进行错误处理或者异常上报。',
- documentation: '文档介绍'
- },
excel: {
export: '导出',
selectedExport: '导出已选择项',
diff --git a/src/views/errorLog/errorTestA.vue b/src/views/errorLog/errorTestA.vue
deleted file mode 100644
index 52654e0e..00000000
--- a/src/views/errorLog/errorTestA.vue
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- {{ a.a }}
-
-
-
-
-
diff --git a/src/views/errorLog/errorTestB.vue b/src/views/errorLog/errorTestB.vue
deleted file mode 100644
index b04c2511..00000000
--- a/src/views/errorLog/errorTestB.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/src/views/errorLog/index.vue b/src/views/errorLog/index.vue
deleted file mode 100644
index 47db4ae5..00000000
--- a/src/views/errorLog/index.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
{{ $t('errorLog.tips') }}
-
- {{ $t('errorLog.description') }}
-
- {{ $t('errorLog.documentation') }}
-
-
-
-
-
-
-
-
-
-
-