heyang 2 vuotta sitten
vanhempi
commit
db2e33a5d8
2 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 1 0
      .env.production
  2. 2 0
      .gitignore

+ 1 - 0
.env.production

@@ -13,3 +13,4 @@ VUE_APP_BASE_API = 'lab.sxitdlc.com/labAppTest'
 # ####################内网接口配置####################
 
 VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem'
+

+ 2 - 0
.gitignore

@@ -10,6 +10,7 @@ tests/**/coverage/
 tests/e2e/reports
 selenium-debug.log
 .env.development
+.env.production
 # Editor directories and files
 .idea
 .vscode
@@ -22,4 +23,5 @@ selenium-debug.log
 package-lock.json
 yarn.lock
 /.env.development
+/.env.production