From bad10e1f9e91992e5b8f9bed7892dca4c2db7181 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 14 四月 2025 16:54:40 +0800 Subject: [PATCH] 界面翻译为俄语 --- pages/login/login.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index a131402..14cd2ca 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -57,7 +57,7 @@ <input v-model="PORT" type="text" placeholder="8080" placeholder-style="font-size:16rpx;text-indent: 10rpx;"> </view> <view class="config-item"> - <text>椤圭洰锛�</text> + <text>袩褉芯械泻褌锛�</text> <input v-model="PROJECT" type="text" placeholder="elswms" placeholder-style="font-size:16rpx;text-indent: 10rpx;"> </view> <view class="flex justify-around"> @@ -246,7 +246,7 @@ } if(this.baseIP == undefined || this.baseIP == '' ) { uni.showToast({ - title:'璇峰厛璁剧疆IP', + title:'小薪邪褔邪谢邪 薪邪褋褌褉芯泄褌械 IP', icon:'none' }) return; @@ -281,7 +281,7 @@ uni.hideLoading(); if (res.code == 200) { uni.showToast({ - title: '鐧诲綍鎴愬姛', + title: '校褋锌械褕薪褘泄 胁褏芯写', position: 'bottom', duration: 1000 }); @@ -314,7 +314,7 @@ var info = plus.push.getClientInfo(); var cid = info.clientid; this.$http.get("/sys/user/saveClientId",{params:{clientId:cid}}).then(res=>{ - this.$tip.success('鐧诲綍鎴愬姛!') + this.$tip.success('校褋锌械褕薪褘泄 胁褏芯写!') this.$Router.replaceAll({name:'index'}) }) }, -- Gitblit v1.9.1