This commit is contained in:
zjl 2024-09-24 19:13:55 +08:00
parent c0b45545e6
commit c4a150c547
5 changed files with 6 additions and 6 deletions

4
.env
View File

@ -2,10 +2,10 @@
VITE_PORT = 8001 VITE_PORT = 8001
# spa-title # spa-title
VITE_GLOB_APP_TITLE = 台管理系统 VITE_GLOB_APP_TITLE = 数据中台管理系统
# spa shortname # spa shortname
VITE_GLOB_APP_SHORT_NAME = 台管理系统 VITE_GLOB_APP_SHORT_NAME = 数据中台管理系统
# 生产环境 开启mock # 生产环境 开启mock
VITE_GLOB_PROD_MOCK = false VITE_GLOB_PROD_MOCK = false

View File

@ -12,7 +12,7 @@
> >
<div v-if="navMode === 'horizontal'" class="logo"> <div v-if="navMode === 'horizontal'" class="logo">
<img alt="" src="~@/assets/images/logo.png" /> <img alt="" src="~@/assets/images/logo.png" />
<h2 v-show="!collapsed" class="title">台管理系统</h2> <h2 v-show="!collapsed" class="title">数据中台管理系统</h2>
</div> </div>
</div> </div>
<!--左侧菜单--> <!--左侧菜单-->

View File

@ -9,7 +9,7 @@
<h2 <h2
v-show="!isCollapsed || navMode === 'horizontal' || (navMode === 'horizontal-mix' && mixMenu)" v-show="!isCollapsed || navMode === 'horizontal' || (navMode === 'horizontal-mix' && mixMenu)"
class="mt-0 title" class="mt-0 title"
>台管理系统</h2 >数据中台管理系统</h2
> >
</div> </div>
</template> </template>

View File

@ -8,7 +8,7 @@
<el-row justify="space-between" align="middle"> <el-row justify="space-between" align="middle">
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="17"> <el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="17">
<div> <div>
<h3 class="my-2 text-3xl">Element Plus</h3> <h3 class="my-2 text-3xl">数据中台管理系统</h3>
<p class="mb-2">开箱即用的中台前端/设计解决方案</p> <p class="mb-2">开箱即用的中台前端/设计解决方案</p>
<ul class="text-xs leading-6"> <ul class="text-xs leading-6">
<li class="truncate" <li class="truncate"

View File

@ -3,7 +3,7 @@
<div class="account-container"> <div class="account-container">
<div class="account-wrap-login"> <div class="account-wrap-login">
<div class="login-pic"> <div class="login-pic">
<h1 class="login-title">台管理系统</h1> <h1 class="login-title">数据中台管理系统</h1>
<h4 class="login-subtitle">赋能开发者助力企业发展全方位提供数据中台解决方案!</h4> <h4 class="login-subtitle">赋能开发者助力企业发展全方位提供数据中台解决方案!</h4>
</div> </div>
<div class="login-form"> <div class="login-form">