diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index d977445..dbe90c3 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -17,7 +17,7 @@ module.exports = { tasknum: '任 务 数 量', speed: '当 前 速 度', error: 'AGV 故 障', - index: '首页' + index: '主页' }, carrypoint: { topinfo: '搬运起点', diff --git a/src/pages/modules/home.vue b/src/pages/modules/home.vue index e7c09f5..f29c91a 100644 --- a/src/pages/modules/home.vue +++ b/src/pages/modules/home.vue @@ -15,10 +15,10 @@ export default { data () { return { nav: [ - {title: '操作', zh_title: '操作', en_title: 'Task', router: '/index/device'}, - {title: '建图', zh_title: '建图', en_title: 'Fault', router: ''}, - {title: '取消任务', zh_title: '取消任务', en_title: 'Teach', router: ''}, - {title: '地图', zh_title: '地图', en_title: 'Teach', router: ''} + {title: '操作', zh_title: '操作', en_title: 'Operation', router: '/index/device'}, + {title: '建图', zh_title: '建图', en_title: 'Map building', router: ''}, + {title: '取消任务', zh_title: '取消任务', en_title: 'Cancel task', router: ''}, + {title: '地图', zh_title: '地图', en_title: 'Map', router: ''} ], disabled: false } @@ -99,4 +99,8 @@ export default { .nav_item_4 .nav_icon background #80372D center center / 70% auto url(../../images/new/RF4.png) no-repeat +.enClass + .nav_item_i + p + font-size 0.24rem diff --git a/src/pages/modules/login/login.vue b/src/pages/modules/login/login.vue index cb22dc2..ea03225 100644 --- a/src/pages/modules/login/login.vue +++ b/src/pages/modules/login/login.vue @@ -1,5 +1,5 @@