-
+
+
+
+
+
+ {{ link.text }}
+
-
- {{ $t(link.text) }}
-
@@ -23,12 +22,16 @@
diff --git a/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue b/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue
index 805c4f7b..c792fd38 100644
--- a/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue
+++ b/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue
@@ -8,12 +8,14 @@
-
-
+
+
+
+
+
+ {{ link.text }}
+
-
- {{ $t(link.text) }}
-
@@ -21,19 +23,13 @@
diff --git a/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts b/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts
index c4ac8bd3..1da68c52 100644
--- a/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts
+++ b/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts
@@ -14,12 +14,6 @@ export default {
'workplace.docs.userGuide': 'User Guide',
'workplace.docs.faq': 'FAQ',
'workplace.docs.changelog': 'Change Log',
- //
- 'workplace.contentManagement': 'Content Management',
- 'workplace.contentStatistical': 'Content Statistical',
- 'workplace.advanced': 'Advanced',
- 'workplace.onlinePromotion': 'Online Promotion',
- 'workplace.contentPutIn': 'Put In',
'workplace.announcement': 'Announcement',
'workplace.recently.visited': 'Recently Visited',
'workplace.record.nodata': 'No data',
diff --git a/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts b/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts
index c54adaed..e7a60135 100644
--- a/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts
+++ b/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts
@@ -14,11 +14,6 @@ export default {
'workplace.docs.userGuide': '使用指南',
'workplace.docs.faq': '常见问题',
'workplace.docs.changelog': '更新日志',
- 'workplace.contentManagement': '内容管理',
- 'workplace.contentStatistical': '内容分析',
- 'workplace.advanced': '高级管理',
- 'workplace.onlinePromotion': '线上推广',
- 'workplace.contentPutIn': '内容投放',
'workplace.announcement': '公告',
'workplace.recently.visited': '最近访问',
'workplace.record.nodata': '暂无数据',