diff --git a/vue/.env.development b/vue/.env.development index 7d579a7..37072a2 100644 --- a/vue/.env.development +++ b/vue/.env.development @@ -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 diff --git a/vue/.env.production b/vue/.env.production index 4e5d8c9..575c55a 100644 --- a/vue/.env.production +++ b/vue/.env.production @@ -1,3 +1,3 @@ -VITE_APP_TITLE=启航电商ERP +VITE_APP_TITLE=启航零售ERP VITE_APP_BASE_API=/prod-api VITE_APP_SSE_URL=/prod-api diff --git a/vue/.env.staging b/vue/.env.staging index fbcd062..90e0d4e 100644 --- a/vue/.env.staging +++ b/vue/.env.staging @@ -1,3 +1,3 @@ -VITE_APP_TITLE=启航电商ERP +VITE_APP_TITLE=启航零售ERP VITE_APP_BASE_API=/stage-api VITE_APP_SSE_URL=/stage-api diff --git a/vue/index.html b/vue/index.html index 152ca47..2602af9 100644 --- a/vue/index.html +++ b/vue/index.html @@ -4,7 +4,7 @@ - 启航电商ERP + 启航零售ERP
diff --git a/vue/src/components/ChatWidget/index.vue b/vue/src/components/ChatWidget/index.vue index d0cba8c..f901d4a 100644 --- a/vue/src/components/ChatWidget/index.vue +++ b/vue/src/components/ChatWidget/index.vue @@ -72,7 +72,7 @@ function open() { messages.value.push({ sessionId: '', role: 'assistant', - content: `你好!我是启航电商ERP的AI助手,可以帮你: + content: `你好!我是启航零售ERP的AI助手,可以帮你: **📦 商品查询** — 搜索商品名称、SKU编码、价格、规格等信息 diff --git a/vue/src/views/login/index.vue b/vue/src/views/login/index.vue index b28788f..b1454fe 100644 --- a/vue/src/views/login/index.vue +++ b/vue/src/views/login/index.vue @@ -60,7 +60,7 @@