加载中

This commit is contained in:
2023-12-07 15:47:28 +08:00
parent 3729345c3b
commit d336648b14
6 changed files with 82 additions and 25 deletions

View File

@@ -83,10 +83,11 @@ module.exports = {
vehiclestatus: {
vehiclestatus: '车辆状态',
status: '状态',
coordinate: '坐标',
xcoordinate: 'X 坐标',
ycoordinate: 'Y 坐标',
headingangle: '航向角',
steeringwheelangle: '舵轮角度',
distributionspeed: '下发速度',
distributionspeed: '下发速度指令',
actualspeed: '实际速度',
lateraldeviation: '横向偏差',
coursedeviation: '航向偏差',
@@ -140,6 +141,7 @@ module.exports = {
oldpassword: '旧的密码',
newpassword: '新的密码',
operationfailed: '操作失败',
loading: '加载中',
toast1: '旧密码不能为空',
toast2: '新密码不能为空',
toast3: '输入新密码',