diff --git a/frontend/.env b/frontend/.env index b29a7d4..5faf502 100644 --- a/frontend/.env +++ b/frontend/.env @@ -12,3 +12,10 @@ VITE_REPORT=false # 浏览器是否显示vue的告警信息 VUE_APP_SILENCE_WARNINGS=true + +VITE_COMPANY_WEBSITE=http://www.shining-electric.com/ +VITE_COMPANY_NAME=南京灿能电力自动化股份有限公司 + +VITE_IS_SHOW_RAW_DATA=true +# 开启激活验证 +VITE_ACTIVATE_OPEN=true diff --git a/frontend/.env.development b/frontend/.env.development index 3b4c63c..11c2172 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -16,14 +16,9 @@ VITE_PWA=false # 开发环境接口地址 VITE_API_URL=/api -VITE_COMPANY_WEBSITE=http://www.shining-electric.com/ -VITE_COMPANY_NAME=南京灿能电力自动化股份有限公司 # 开发环境跨域代理,支持配置多个 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_IS_SHOW_RAW_DATA=true -# 开启激活验证 -VITE_ACTIVATE_OPEN=true \ No newline at end of file diff --git a/frontend/.env.production b/frontend/.env.production index 4cd2852..fe4f987 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -24,8 +24,4 @@ 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_COMPANY_NAME=南京灿能电力自动化股份有限公司 -VITE_IS_SHOW_RAW_DATA=true -# 开启激活验证 -VITE_ACTIVATE_OPEN=true + diff --git a/frontend/src/assets/images/cn_pms9100_logo.png b/frontend/src/assets/images/logo.png similarity index 100% rename from frontend/src/assets/images/cn_pms9100_logo.png rename to frontend/src/assets/images/logo.png diff --git a/frontend/src/layouts/LayoutTransverse/index.vue b/frontend/src/layouts/LayoutTransverse/index.vue index 81e5af4..1b7d309 100644 --- a/frontend/src/layouts/LayoutTransverse/index.vue +++ b/frontend/src/layouts/LayoutTransverse/index.vue @@ -4,7 +4,7 @@ diff --git a/frontend/src/layouts/components/Header/components/Avatar.vue b/frontend/src/layouts/components/Header/components/Avatar.vue index 7c3916e..24d251a 100644 --- a/frontend/src/layouts/components/Header/components/Avatar.vue +++ b/frontend/src/layouts/components/Header/components/Avatar.vue @@ -56,7 +56,7 @@
- +
diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index e963ad3..77bc1a2 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -8,7 +8,7 @@