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