Skip to content

Commit

Permalink
About: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 13, 2019
1 parent b6d5397 commit fcb775d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 17 deletions.
3 changes: 1 addition & 2 deletions src/components/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export default {
icon: "mdi-settings",
text: this.$t("nav.settings"),
path: "/settings"
},
{ icon: "mdi-information", text: this.$t("nav.about"), path: "/about" }
}
];
}
},
Expand Down
1 change: 0 additions & 1 deletion src/lang/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
searchPartNumber: 'Search Part Number',
searchFlashId: 'Search Flash Id',
settings: 'Settings',
about: 'About',
},
settings: {
server: 'Server',
Expand Down
3 changes: 1 addition & 2 deletions src/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
searchPartNumber: '料号搜索',
searchFlashId: '闪存ID查询',
settings: '设置',
about: '关于',
},
settings: {
server: '服务器',
Expand Down Expand Up @@ -60,5 +59,5 @@ module.exports = {
close: '关闭',
flashIds: '闪存ID',
flashId: '闪存ID',
action: '操作',
action: '操作'
}
7 changes: 0 additions & 7 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ const routes = [
title: 'nav.decodePartNumber'
}
},
{
path: "/about",
component: () => import("@/views/About"),
meta: {
title: 'nav.about'
}
},
{
path: "/settings",
component: () => import("@/views/Settings"),
Expand Down
5 changes: 0 additions & 5 deletions src/views/About.vue

This file was deleted.

0 comments on commit fcb775d

Please sign in to comment.