diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 46ae830..fd2ff70 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: 'small', dropdown1: 'home page', dropdown2: 'Personal Center', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: 'Log out', - dropdown6: 'Code warehouse', + // dropdown6: 'Code warehouse', searchPlaceholder: 'Menu search: support Chinese, routing path', newTitle: 'notice', newBtn: 'All read', diff --git a/src/i18n/lang/zh-cn.ts b/src/i18n/lang/zh-cn.ts index 79ef328..18d4c83 100644 --- a/src/i18n/lang/zh-cn.ts +++ b/src/i18n/lang/zh-cn.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: '小型', dropdown1: '首页', dropdown2: '个人中心', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: '退出登录', - dropdown6: '代码仓库', + // dropdown6: '代码仓库', searchPlaceholder: '菜单搜索:支持中文、路由路径', newTitle: '通知', newBtn: '全部已读', diff --git a/src/i18n/lang/zh-tw.ts b/src/i18n/lang/zh-tw.ts index d900abb..d39b978 100644 --- a/src/i18n/lang/zh-tw.ts +++ b/src/i18n/lang/zh-tw.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: '小型', dropdown1: '首頁', dropdown2: '個人中心', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: '登出', - dropdown6: '程式碼倉庫', + // dropdown6: '程式碼倉庫', searchPlaceholder: '選單蒐索:支援中文、路由路徑', newTitle: '通知', newBtn: '全部已讀', diff --git a/src/layout/navBars/breadcrumb/user.vue b/src/layout/navBars/breadcrumb/user.vue index c8a38a1..4e0d7c3 100644 --- a/src/layout/navBars/breadcrumb/user.vue +++ b/src/layout/navBars/breadcrumb/user.vue @@ -67,10 +67,10 @@