国际化调整

This commit is contained in:
joylink_cuiweidong 2019-11-01 17:30:06 +08:00
parent 96452b8dde
commit c361b639ad
3 changed files with 10 additions and 4 deletions

View File

@ -193,5 +193,8 @@ export default {
macao: 'Macao', macao: 'Macao',
singapore: 'Singapore', singapore: 'Singapore',
taiwan: 'taiwan', taiwan: 'taiwan',
america: 'America' america: 'America',
companyInfo:'Beijing Jiulian Technology Co., Ltd',
companyTel:'Tel: +86 13289398171',
companyICP:'Copyright ©2018 Beijing Jiulian Technology Co., Ltd ICP: 18028522'
}; };

View File

@ -193,5 +193,8 @@ export default {
macao: '澳门', macao: '澳门',
singapore: '新加坡', singapore: '新加坡',
taiwan: '台湾', taiwan: '台湾',
america: '美国' america: '美国',
companyInfo:'北京玖琏科技有限公司',
companyTel:'联系电话: 13289398171',
companyICP:'Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号'
}; };

View File

@ -10,8 +10,8 @@
<!-- </el-scrollbar> --> <!-- </el-scrollbar> -->
</section> </section>
<el-footer class="footers" style="height:30px;"> <el-footer class="footers" style="height:30px;">
<div style="font-size:14px;float:left;">北京玖琏科技有限公司 &nbsp;联系电话: 13289398171 </div> <div style="font-size:14px;float:left;">{{ $t('global.companyInfo') }} &nbsp;{{ $t('global.companyTel') }}</div>
<div style="font-size:14px;float:right;">Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号</div> <div style="font-size:14px;float:right;">{{ $t('global.companyICP') }}</div>
</el-footer> </el-footer>
</div> </div>
</div> </div>