chore(core): 更新项目名称为“企业商城”

- 修改环境变量中租户名称为“企业商城”
- 更新 HTML 页面标题为“企业商城”
- 替换仪表盘中技术支持名称显示为“企业商城”
- 更改登录页面默认配置中的站点名称
- 修改商店仪表盘欢迎标题为“企业商城”
This commit is contained in:
2026-06-16 13:05:38 +08:00
parent 1716fb8209
commit 51791c350b
5 changed files with 5 additions and 5 deletions

View File

@@ -139,7 +139,7 @@
<a-descriptions-item label="技术支持">
<span
class="cursor-pointer"
>桂礼序</span
>企业商城</span
>
</a-descriptions-item>
</a-descriptions>

View File

@@ -313,7 +313,7 @@
// 默认配置
const defaultConfig: Config = {
siteName: '桂礼序',
siteName: '企业商城',
siteLogo: 'https://oss.wsdns.cn/20240822/0252ad4ed46449cdafe12f8d3d96c2ea.svg',
domain: '',
icpNo: '',

View File

@@ -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">