配置文件

This commit is contained in:
Flow 2025-05-21 17:15:22 +08:00
parent 32bdf5a292
commit 60530ec934
5 changed files with 3 additions and 3 deletions

4
.env
View File

@ -1,8 +1,8 @@
# 标题
VITE_APP_TITLE=芋道管理系统
VITE_APP_TITLE=宜家智居
# 项目本地运行端口号
VITE_PORT=80
VITE_PORT=8080
# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN=true

View File

@ -4,7 +4,7 @@ NODE_ENV=production
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
VITE_BASE_URL='http://localhost:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 613 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB