调整页面内容

pull/781/head
苑坤 2025-04-30 12:39:35 +08:00
parent 35ee692d4f
commit a55437683e
3 changed files with 3 additions and 3 deletions

2
.env
View File

@ -2,7 +2,7 @@
VITE_APP_TITLE=暖界办公
# 项目本地运行端口号
VITE_PORT=81
VITE_PORT=80
# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN=true

View File

@ -34,4 +34,4 @@ VITE_MALL_H5_DOMAIN='http://8.130.12.151'
VITE_APP_CAPTCHA_ENABLE=false
# GoView域名
VITE_GOVIEW_URL='http://127.0.0.1:3000'
VITE_GOVIEW_URL='http://8.130.12.151:3000'

View File

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://8.130.12.151/:48080'
VITE_BASE_URL='http://127.0.0.1:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server