diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue
index 263b9a20..04ea9d07 100644
--- a/src/components/layout/Header.vue
+++ b/src/components/layout/Header.vue
@@ -421,7 +421,6 @@ export default {
logout () {
sessionStorage.removeItem(storageKey.tokenExpireCurrentPath)
localStorage.removeItem(storageKey.token)
- localStorage.removeItem(storageKey.currentTab)
get(api.logout)
},
refreshLang () {
@@ -649,10 +648,6 @@ export default {
})
}
})
- // 清除administration的tab列表保存状态currentTab
- if (route !== '/administration') {
- localStorage.removeItem(storageKey.currentTab)
- }
this.changeUrlTabState()
if (opeType === 2 || opeType === 0) { // 二级菜单 或主菜单
// 如果有四级菜单,则将四级菜单对应tab的checked设置为true:根据columnName和columnValue 或 url判断不准确
diff --git a/src/components/table/report/builtinReportTable.vue b/src/components/table/report/builtinReportTable.vue
deleted file mode 100644
index 6d9bba29..00000000
--- a/src/components/table/report/builtinReportTable.vue
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
-
- {{item.label}}
-
-
-
-
-
- {{dateFormatByAppearance(scope.row.startTime)}}-{{dateFormatByAppearance(scope.row.endTime)}}
-
-
-
- {{$_.get(scope.row.reportTemp, 'name')}}
-
-
- {{getJobStatus(scope.row)}}
-
- {{scope.row[item.prop]}}
-
-
-
-
-
- {{$t('overall.option')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ $t('overall.all') }}
-
-
- {{$t('report.batchDow')}}
-
-
-
-
-
-
diff --git a/src/utils/constants.js b/src/utils/constants.js
index 30727701..ebdd96e2 100644
--- a/src/utils/constants.js
+++ b/src/utils/constants.js
@@ -34,8 +34,7 @@ export const storageKey = {
drillDownTableConfig: 'drilldownTableConfig',
userCustomizationConfig: 'userCustomizationConfig',
linkInfo: 'cn-link-info',
- history: 'cn-history',
- currentTab: 'cn-current-tab'
+ history: 'cn-history'
}
export const largeCountryList = ['CN', 'US', 'RU', 'AU', 'CA', 'KZ', 'IN', 'BR']
diff --git a/src/views/administration/AdministrationTabs.vue b/src/views/administration/AdministrationTabs.vue
deleted file mode 100644
index 1b6c3ee0..00000000
--- a/src/views/administration/AdministrationTabs.vue
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
- {{ $t(tab.i18n) }}
-
-
-
-
-
-
-
-
diff --git a/src/views/administration/Index.vue b/src/views/administration/Index.vue
index 5e383ae7..6c7b5e93 100644
--- a/src/views/administration/Index.vue
+++ b/src/views/administration/Index.vue
@@ -5,7 +5,6 @@
{{$t('overall.administration')}}
-
@@ -16,13 +15,11 @@
diff --git a/src/views/report/builtinReport.vue b/src/views/report/builtinReport.vue
deleted file mode 100644
index d8993d16..00000000
--- a/src/views/report/builtinReport.vue
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
- {{$t('report.category')}}
-
-
-
-
-
-
-
-
-