heyang 2 years ago
parent
commit
aafb9aae77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -7,10 +7,10 @@ VUE_APP_ENV = 'production'
 
 # ####################外网接口配置####################
 
- VUE_APP_BASE_API = '192.168.1.43/labSystem/'
+ VUE_APP_BASE_API = 'lab.zjznai.com/labSystem/'
 
 
 # ####################内网接口配置####################
 
- VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem/'
+ VUE_APP_BASE_LOCAL_API = '192.168.251.2/labSystem/'