fix: 初步维护主体框架

This commit is contained in:
2024-08-06 16:13:20 +08:00
parent 1c05806c3f
commit 9a8395f4b6
20 changed files with 191 additions and 106 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -2,7 +2,7 @@ export default {
'lang': 'English',
// 平台
'platform': {
'title': 'NOBLELIFT Platform',
'title': 'LDHX LMS',
'tip1': 'The user name cannot be empty',
'tip2': 'The password cannot be empty',
'tip3': 'The verification code cannot be empty'

View File

@@ -2,7 +2,7 @@ export default {
'lang': 'in',
// 平台
'platform': {
'title': 'NOBLELIFT Platform',
'title': 'Longdian Huaxin LMS',
'tip1': 'Nama pengguna tidak dapat kosong',
'tip2': 'Kata sandi tidak dapat kosong',
'tip3': 'Kode verifikasi tidak dapat kosong'

View File

@@ -2,7 +2,7 @@ export default {
'lang': 'zh',
// 平台
'platform': {
'title': '诺力开发平台',
'title': '龙电华鑫铜箔LMS',
'tip1': '用户名不能为空',
'tip2': '密码不能为空',
'tip3': '验证码不能为空'

View File

@@ -14,8 +14,9 @@
</template>
<script>
import Logo from '@/assets/images/logo.png'
import Logo from '@/assets/images/longdian.png'
import variables from '@/assets/styles/variables.scss'
import i18n from '@/i18n'
export default {
name: 'SidebarLogo',
props: {
@@ -26,9 +27,8 @@ export default {
},
data() {
return {
title: '诺力开发平台',
logo: Logo,
title_param: 'platform'
title: i18n.t('platform.title'),
logo: Logo
}
},
computed: {
@@ -65,8 +65,8 @@ export default {
width: 100%;
& .sidebar-logo {
width: 32px;
height: 32px;
width: 55px;
height: 15px;
vertical-align: middle;
margin-right: 6px;
}