dedsudiyu hace 5 meses
padre
commit
8bf07cb044
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -17,12 +17,12 @@ VUE_APP_RENEWAL_ENCODING = ''
 # ####################外网接口配置####################
 
 # 项目内网地址
-VUE_APP_BASE_API = 'labcontrol.nwafu.edu.cn/api'
+VUE_APP_BASE_API = '192.168.1.8/api'
 
 # ####################内网接口配置####################
 
 # 项目外网地址
-VUE_APP_BASE_LOCAL_API = '172.16.0.65/api'
+VUE_APP_BASE_LOCAL_API = '192.168.1.8/api'
 
 # ####################外网接口配置-YiLi####################