Browse Source

update: 修改环境变量

Harper 1 year ago
parent
commit
dfe6632109
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .env.dev

+ 3 - 4
.env.dev

@@ -1,14 +1,13 @@
 # 开发环境:本地只启动前端项目,依赖开发环境(后端、APP)
 NODE_ENV=development
 
-VITE_DEV=fales
+VITE_DEV=true
 
 # 请求路径
-VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
-# VITE_BASE_URL='http://dofast.demo.huizhizao.vip:20001'
+VITE_BASE_URL='http://10.0.5.228:48080'
 
 # 上传路径
-VITE_UPLOAD_URL='http://api-dashboard.yudao.iocoder.cn/admin-api/infra/file/upload'
+VITE_UPLOAD_URL='http://10.0.5.228:48080/admin-api/infra/file/upload'
 
 # 接口前缀
 VITE_API_BASEPATH=/dev-api