diff --git a/frontend/.env.development b/frontend/.env.development index c89653c..618234b 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -16,13 +16,13 @@ VITE_PWA=false # 开发环境接口地址 VITE_API_URL=/api +VITE_COMPANY_WEBSITE=http://www.shining-electric.com/ # 开发环境跨域代理,支持配置多个 VITE_PROXY=[["/api","http://127.0.0.1:18092/"]] #VITE_PROXY=[["/api","http://192.168.1.124:18092/"]] #VITE_PROXY=[["/api","http://192.168.2.125:18092/"]] -# VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文 VITE_IS_SHOW_RAW_DATA=true # 开启激活验证 -VITE_ACTIVATE_OPEN=false +VITE_ACTIVATE_OPEN=false \ No newline at end of file diff --git a/frontend/.env.production b/frontend/.env.production index 622de13..cc031bf 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -24,6 +24,7 @@ VITE_PWA=true # 线上环境接口地址 #VITE_API_URL="/api" # 打包时用 VITE_API_URL="http://127.0.0.1:18092/" +VITE_COMPANY_WEBSITE=http://www.shining-electric.com/ VITE_IS_SHOW_RAW_DATA=true # 开启激活验证 VITE_ACTIVATE_OPEN=false diff --git a/frontend/src/layouts/components/Footer/index.vue b/frontend/src/layouts/components/Footer/index.vue index dd146e5..ad5044f 100644 --- a/frontend/src/layouts/components/Footer/index.vue +++ b/frontend/src/layouts/components/Footer/index.vue @@ -20,10 +20,11 @@
+ +