提交 f4fc6fc9 编写于 作者: C Captain.B

fix: 修复显示设置相关问题

上级 16ab55bf
Subproject commit 71d57ae5d7f8bb5c93a29504ac6f2300dc189ce9
Subproject commit a43aaa862c271304069421c950c72d1cfda79292
......@@ -27,7 +27,7 @@ export default {
operating: 'Operating',
input_limit: 'Within {0} and {1} characters',
login: 'Sign In',
welcome: 'Welcome back, please enter username and password to log in to MeterSphere',
welcome: 'Welcome back, please enter username and password to log in',
username: 'Username',
password: 'Password',
input_username: 'Please enter username',
......
......@@ -27,7 +27,7 @@ export default {
operating: '操作',
input_limit: '长度在 {0} 到 {1} 个字符',
login: '登录',
welcome: '欢迎回来,请输入用户名和密码登录MeterSphere',
welcome: '欢迎回来,请输入用户名和密码登录',
username: '姓名',
password: '密码',
input_username: '请输入用户姓名',
......
......@@ -27,7 +27,7 @@ export default {
operating: '操作',
input_limit: '長度在 {0} 到 {1} 個字符',
login: '登錄',
welcome: '歡迎回來,請輸入用戶名和密碼登錄MeterSphere',
welcome: '歡迎回來,請輸入用戶名和密碼登錄',
username: '姓名',
password: '密碼',
input_username: '請輸入用戶姓名',
......
......@@ -8,8 +8,7 @@
<img v-else src="../assets/logo-dark-MeterSphere.svg" style="width: 224px; " alt="">
</div>
<div class="title">
<span id="s1">{{ $t('commons.login') }}</span>
<span id="s2">MeterSphere</span>
<span id="s1">{{ loginTitle }}</span>
</div>
<div class="border"></div>
<div class="welcome">
......@@ -89,6 +88,7 @@ export default {
openLdap: false,
loginLogoId: '_blank',
loginImageId: '_blank',
loginTitle: this.$t("commons.login") + " MeterSphere"
}
},
beforeCreate() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册