feat: 首页i18n适配
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m3s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m3s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="homepage-section">
|
||||
<h2>推荐解决方案</h2>
|
||||
<p>了解我们的定制解决方案,帮助您优化业务流程,提高效率。</p>
|
||||
<h2>{{ $t('homepage.recommended-solutions') }}</h2>
|
||||
<p>{{ $t('homepage.recommended-solutions-desc') }}</p>
|
||||
<div v-if="!pending">
|
||||
<el-carousel
|
||||
class="recommend-carousel"
|
||||
|
||||
Reference in New Issue
Block a user