文字修改

master
zzy 2026-04-25 13:22:52 +08:00
parent 594eff01cf
commit 1b8c1bc0ef
5 changed files with 16 additions and 18 deletions

2
.env
View File

@ -1,5 +1,5 @@
# 标题
VITE_APP_TITLE=管理系统
VITE_APP_TITLE=智慧小区管理后台
# 项目本地运行端口号
VITE_PORT=80

View File

@ -66,10 +66,10 @@ watch(
]"
to="/"
>
<img
class="h-[calc(var(--logo-height)-10px)] w-[calc(var(--logo-height)-10px)]"
src="@/assets/imgs/logo.png"
/>
<!-- <img-->
<!-- class="h-[calc(var(&#45;&#45;logo-height)-10px)] w-[calc(var(&#45;&#45;logo-height)-10px)]"-->
<!-- src="@/assets/imgs/logo.png"-->
<!-- />-->
<div
v-if="show"
:class="[

View File

@ -115,7 +115,7 @@ export default {
},
login: {
welcome: '欢迎使用本系统',
message: '开箱即用的中后台管理系统',
message: '',
tenantname: '租户名称',
username: '用户名',
password: '密码',
@ -374,7 +374,7 @@ export default {
qrSignInFormTitle: '二维码登录',
signUpFormTitle: '注册',
forgetFormTitle: '重置密码',
signInTitle: '开箱即用的中后台管理系统',
signInTitle: '',
signInDesc: '输入您的个人详细信息开始使用!',
policy: '我同意xxx隐私政策',
scanSign: `扫码后点击"确认",即可完成登录`,

View File

@ -9,7 +9,6 @@
>
<!-- 左上角的 logo + 系统标题 -->
<div class="relative flex items-center text-white">
<img alt="" class="mr-10px h-48px w-48px" src="@/assets/imgs/logo.png" />
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
</div>
<!-- 左边的背景图 + 欢迎语 -->
@ -36,7 +35,6 @@
style="color: var(--el-text-color-primary);"
>
<div class="flex items-center at-2xl:hidden at-xl:hidden">
<img alt="" class="mr-10px h-48px w-48px" src="@/assets/imgs/logo.png" />
<span class="text-20px font-bold" >{{ underlineToHump(appStore.getTitle) }}</span>
</div>
<div class="flex items-center justify-end space-x-10px h-48px">

View File

@ -64,15 +64,15 @@
{{ t('login.remember') }}
</el-checkbox>
</el-col>
<el-col :offset="6" :span="12">
<el-link
class="float-right"
type="primary"
@click="setLoginState(LoginStateEnum.RESET_PASSWORD)"
>
{{ t('login.forgetPassword') }}
</el-link>
</el-col>
<!-- <el-col :offset="6" :span="12">-->
<!-- <el-link-->
<!-- class="float-right"-->
<!-- type="primary"-->
<!-- @click="setLoginState(LoginStateEnum.RESET_PASSWORD)"-->
<!-- >-->
<!-- {{ t('login.forgetPassword') }}-->
<!-- </el-link>-->
<!-- </el-col>-->
</el-row>
</el-form-item>
</el-col>