导航翻译

This commit is contained in:
2023-12-08 17:20:49 +08:00
parent a1297934bc
commit 78fdca6e93
8 changed files with 187 additions and 54 deletions

View File

@@ -1,14 +1,14 @@
<template>
<view class="zd_content">
<view class="header">首页</view>
<view class="header">{{$t('home.title')}}</view>
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{$store.getters.userName}}</text>
<text class="p2">欢迎进入铜箔手持系统</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_wrapper">