chore(core): 更新项目名称为“企业商城”
- 修改环境变量中租户名称为“企业商城” - 更新 HTML 页面标题为“企业商城” - 替换仪表盘中技术支持名称显示为“企业商城” - 更改登录页面默认配置中的站点名称 - 修改商店仪表盘欢迎标题为“企业商城”
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
<a-descriptions-item label="技术支持">
|
||||
<span
|
||||
class="cursor-pointer"
|
||||
>桂礼序</span
|
||||
>企业商城</span
|
||||
>
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
|
||||
@@ -313,7 +313,7 @@
|
||||
|
||||
// 默认配置
|
||||
const defaultConfig: Config = {
|
||||
siteName: '桂礼序',
|
||||
siteName: '企业商城',
|
||||
siteLogo: 'https://oss.wsdns.cn/20240822/0252ad4ed46449cdafe12f8d3d96c2ea.svg',
|
||||
domain: '',
|
||||
icpNo: '',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- 欢迎横幅 -->
|
||||
<div class="welcome-banner">
|
||||
<div class="welcome-left">
|
||||
<h2 class="welcome-title">🏸 {{ siteStore.appName || '桂礼序' }}</h2>
|
||||
<h2 class="welcome-title">🏸 {{ siteStore.appName || '企业商城' }}</h2>
|
||||
<p class="welcome-sub">欢迎回来,管理员,今日数据已更新</p>
|
||||
</div>
|
||||
<div class="welcome-right">
|
||||
|
||||
Reference in New Issue
Block a user