中英韩
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<template>
|
||||
<view class="home_wraper">
|
||||
<view class="zd_content">
|
||||
<view class="header">首页</view>
|
||||
<view class="header">{{$t('home.title')}}</view>
|
||||
<view class="userInfo-wrap">
|
||||
<view class="userInfo">
|
||||
<text v-if="userName !== ''" class="p1">{{userName}}</text>
|
||||
<text class="p2">欢迎进入兰州铜箔二期acs系统!</text>
|
||||
<text class="p2">{{$t('home.message')}}</text>
|
||||
</view>
|
||||
<view class="exit" @tap="Quit">
|
||||
<view class="icon-exit"></view>
|
||||
<view class="exit-text">退出</view>
|
||||
<view class="exit-text">{{$t('home.exit')}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd_home_wrapper">
|
||||
@@ -32,11 +32,9 @@
|
||||
return {
|
||||
userName: '',
|
||||
menuList: [
|
||||
{id: 1, title: '呼叫管理', icon: 'RF01', path: '/pages/manage/call-manage'},
|
||||
{id: 2, title: '指令管理', icon: 'RF02', path: '/pages/manage/inst-manage'},
|
||||
{id: 3, title: '任务管理', icon: 'RF03', path: '/pages/manage/task-manage'},
|
||||
{id: 4, title: '生箔站点管理', icon: 'RF04', path: '/pages/manage/sb-point-manage'},
|
||||
{id: 5, title: 'agv呼叫管理', icon: 'RF05', path: '/pages/manage/agv-call-manage'}
|
||||
{id: 1, title: this.$t('title.call'), icon: 'RF01', path: '/pages/manage/call-manage'},
|
||||
{id: 2, title: this.$t('title.command'), icon: 'RF02', path: '/pages/manage/inst-manage'},
|
||||
{id: 3, title: this.$t('title.task'), icon: 'RF03', path: '/pages/manage/task-manage'}
|
||||
],
|
||||
show: false,
|
||||
secM: []
|
||||
|
||||
Reference in New Issue
Block a user