diff --git a/.env.development b/.env.development index 0c92b76..6c2ec14 100644 --- a/.env.development +++ b/.env.development @@ -3,6 +3,6 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV='development' -VITE_APP_TITLE = 'vue3-element-admin' -VITE_APP_PORT = 3000 +VITE_APP_TITLE = '恒信高科' +VITE_APP_PORT = 16666 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index fbcbed5..01490d7 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ ## 生产环境 -VITE_APP_TITLE = 'vue3-element-admin' -VITE_APP_PORT = 3000 +VITE_APP_TITLE = '恒信高科' +VITE_APP_PORT = 16666 VITE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 7a0b3d3..8944aa6 100644 --- a/.env.staging +++ b/.env.staging @@ -1,6 +1,6 @@ ## 模拟环境 NODE_ENV='staging' -VITE_APP_TITLE = 'vue3-element-admin' -VITE_APP_PORT = 3000 +VITE_APP_TITLE = '恒信高科' +VITE_APP_PORT = 16666 VITE_APP_BASE_API = '/prod--api' diff --git a/index.html b/index.html index 74ae187..982a936 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,9 @@ - - -