优化
This commit is contained in:
parent
c0b45545e6
commit
c4a150c547
4
.env
4
.env
@ -2,10 +2,10 @@
|
||||
VITE_PORT = 8001
|
||||
|
||||
# spa-title
|
||||
VITE_GLOB_APP_TITLE = 后台管理系统
|
||||
VITE_GLOB_APP_TITLE = 数据中台管理系统
|
||||
|
||||
# spa shortname
|
||||
VITE_GLOB_APP_SHORT_NAME = 后台管理系统
|
||||
VITE_GLOB_APP_SHORT_NAME = 数据中台管理系统
|
||||
|
||||
# 生产环境 开启mock
|
||||
VITE_GLOB_PROD_MOCK = false
|
||||
|
@ -12,7 +12,7 @@
|
||||
>
|
||||
<div v-if="navMode === 'horizontal'" class="logo">
|
||||
<img alt="" src="~@/assets/images/logo.png" />
|
||||
<h2 v-show="!collapsed" class="title">后台管理系统</h2>
|
||||
<h2 v-show="!collapsed" class="title">数据中台管理系统</h2>
|
||||
</div>
|
||||
</div>
|
||||
<!--左侧菜单-->
|
||||
|
@ -9,7 +9,7 @@
|
||||
<h2
|
||||
v-show="!isCollapsed || navMode === 'horizontal' || (navMode === 'horizontal-mix' && mixMenu)"
|
||||
class="mt-0 title"
|
||||
>后台管理系统</h2
|
||||
>数据中台管理系统</h2
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<el-row justify="space-between" align="middle">
|
||||
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="17">
|
||||
<div>
|
||||
<h3 class="my-2 text-3xl">Element Plus</h3>
|
||||
<h3 class="my-2 text-3xl">数据中台管理系统</h3>
|
||||
<p class="mb-2">开箱即用的中台前端/设计解决方案</p>
|
||||
<ul class="text-xs leading-6">
|
||||
<li class="truncate"
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="account-container">
|
||||
<div class="account-wrap-login">
|
||||
<div class="login-pic">
|
||||
<h1 class="login-title">后台管理系统</h1>
|
||||
<h1 class="login-title">数据中台管理系统</h1>
|
||||
<h4 class="login-subtitle">赋能开发者,助力企业发展,全方位提供数据中台解决方案!</h4>
|
||||
</div>
|
||||
<div class="login-form">
|
||||
|
Loading…
Reference in New Issue
Block a user