refactor: 修改 slogan 文案

This commit is contained in:
fit2cloudrd 2024-05-07 10:03:42 +08:00 committed by GitHub
parent 9b6260e9cd
commit 5f264b0100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ onMounted(() => {
<img v-if="loginLogoUrl && axiosFinished" :src="loginLogoUrl" alt="" />
</div>
<div class="login-welcome">
{{ slogan || '欢迎使用 DataEase 数据可视化分析平台' }}
{{ slogan || '欢迎使用 DataEase 数据可视化分析工具' }}
</div>
<div class="login-form">
<el-tabs v-model="activeName" @tab-click="handleClick" class="default-login-tabs">