heyang 2 anni fa
parent
commit
44baba2621
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 3 2
      .env.production
  2. 1 0
      .gitignore

+ 3 - 2
.env.production

@@ -6,9 +6,10 @@ ENV = 'production'
 
 # ####################外网接口配置####################
 
-VUE_APP_BASE_API = 'znyj.labcenter.suda.edu.cn/labSystem'
+VUE_APP_BASE_API = 'lab.sxitdlc.com/labAppTest'
+
 
 
 # ####################内网接口配置####################
 
-VUE_APP_BASE_LOCAL_API = '10.20.10.7/labSystem'
+VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem'

+ 1 - 0
.gitignore

@@ -22,3 +22,4 @@ selenium-debug.log
 package-lock.json
 yarn.lock
 /.env.development
+