Browse Source

Merge remote-tracking branch 'jg-orgin/master' into jg-master

luoxiao 3 weeks ago
parent
commit
cbb99b3a3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env.development

+ 1 - 1
.env.development

@@ -10,7 +10,7 @@ VITE_APP_BASE_API = '/dev-api'
 # 上传文件接口地址
 VITE_APP_UPLOAD_URL = 'http://127.0.0.1:7105'
 # 开发接口地址
- VITE_APP_API_URL = 'http://192.168.1.69:7105'
+ VITE_APP_API_URL = 'http://127.0.0.1:7105'
 
 
 # 是否启用 Mock 服务