完善项目

This commit is contained in:
richie
2026-07-22 20:39:21 +08:00
parent f5b144d133
commit ece2713e44
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
VITE_APP_TITLE=启航电商ERP
VITE_APP_TITLE=启航零售ERP
VITE_APP_BASE_API=http://localhost:8088
VITE_APP_SSE_URL=http://localhost:8088
+1 -1
View File
@@ -1,3 +1,3 @@
VITE_APP_TITLE=启航电商ERP
VITE_APP_TITLE=启航零售ERP
VITE_APP_BASE_API=/prod-api
VITE_APP_SSE_URL=/prod-api
+1 -1
View File
@@ -1,3 +1,3 @@
VITE_APP_TITLE=启航电商ERP
VITE_APP_TITLE=启航零售ERP
VITE_APP_BASE_API=/stage-api
VITE_APP_SSE_URL=/stage-api
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>启航电商ERP</title>
<title>启航零售ERP</title>
</head>
<body>
<div id="app"></div>
+1 -1
View File
@@ -72,7 +72,7 @@ function open() {
messages.value.push({
sessionId: '',
role: 'assistant',
content: `你好!我是启航电商ERP的AI助手,可以帮你:
content: `你好!我是启航零售ERP的AI助手,可以帮你:
**📦 商品查询** — 搜索商品名称、SKU编码、价格、规格等信息
+1 -1
View File
@@ -60,7 +60,7 @@
</div>
</div>
<div class="el-login-footer">
<span>Copyright © 2023-2026 Qihang Ecom ERP V4.0 All Rights Reserved.</span>
<span>Copyright © 2023-2026 Qihang Retail ERP V1.0 All Rights Reserved.</span>
</div>
</div>
</template>