diff --git a/.env b/.env index aa0514067..6c4a546fa 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 标题 -VITE_APP_TITLE=速捷充电管理系统 +VITE_APP_TITLE=速捷公司管理系统 # 项目本地运行端口号 VITE_PORT=80 @@ -8,7 +8,7 @@ VITE_PORT=80 VITE_OPEN=true # 租户开关 -VITE_APP_TENANT_ENABLE=true +VITE_APP_TENANT_ENABLE=false # 验证码的开关 VITE_APP_CAPTCHA_ENABLE=false diff --git a/.env.dev b/.env.dev index 9bf6c7e72..cf81eab22 100644 --- a/.env.dev +++ b/.env.dev @@ -30,8 +30,5 @@ VITE_OUT_DIR=dist # 商城H5会员端域名 VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn' -# 验证码的开关 -VITE_APP_CAPTCHA_ENABLE=true - # GoView域名 VITE_GOVIEW_URL='http://127.0.0.1:3000' \ No newline at end of file diff --git a/.env.local b/.env.local index 17ec76983..ea726fd7f 100644 --- a/.env.local +++ b/.env.local @@ -31,4 +31,7 @@ VITE_MALL_H5_DOMAIN='http://localhost:3000' VITE_APP_CAPTCHA_ENABLE=false # GoView域名 -VITE_GOVIEW_URL='http://127.0.0.1:3000' \ No newline at end of file +VITE_GOVIEW_URL='http://127.0.0.1:3000' + +# 租户开关 +VUE_APP_TENANT_ENABLE=false \ No newline at end of file diff --git a/.env.prod b/.env.prod index ca7cb8e40..c8e47c307 100644 --- a/.env.prod +++ b/.env.prod @@ -7,7 +7,7 @@ VITE_DEV=false VITE_BASE_URL='http://localhost:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 -VITE_UPLOAD_TYPE=server +VITE_UPLOAD_TYPE=client # 接口地址 VITE_API_URL=/admin-api diff --git a/index.html b/index.html index 8cfcbefa6..da4d46d1e 100644 --- a/index.html +++ b/index.html @@ -135,10 +135,10 @@
-
+
diff --git a/src/layout/components/Logo/src/Logo.vue b/src/layout/components/Logo/src/Logo.vue index d241130de..139fd1f50 100644 --- a/src/layout/components/Logo/src/Logo.vue +++ b/src/layout/components/Logo/src/Logo.vue @@ -68,17 +68,19 @@ watch( > logo
{{ title }} diff --git a/src/styles/var.css b/src/styles/var.css index 44f9405c6..f5f38eb4a 100644 --- a/src/styles/var.css +++ b/src/styles/var.css @@ -25,7 +25,7 @@ /* logo end */ /* header start */ - --top-header-bg-color: '#fff'; + --top-header-bg-color: '#442'; --top-header-text-color: 'inherit'; diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 7d4c67373..0a052c5ff 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -58,7 +58,7 @@ - + @@ -130,7 +130,7 @@ - + diff --git a/src/views/ai/chat/manager/index.vue b/src/views/ai/chat/manager/index.vue index 9cb00060a..54b6ca762 100644 --- a/src/views/ai/chat/manager/index.vue +++ b/src/views/ai/chat/manager/index.vue @@ -1,5 +1,5 @@