Parcourir la source

切换线上域名

panhui il y a 4 ans
Parent
commit
ffeecd6070
3 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 1
      .env.production
  2. 2 1
      .gitignore
  3. BIN
      src/native/.DS_Store

+ 1 - 1
.env.production

@@ -1 +1 @@
-VUE_APP_BASE_URL=http://192.168.50.120:8080
+VUE_APP_BASE_URL=https://zhuoka.izouma.com

+ 2 - 1
.gitignore

@@ -20,4 +20,5 @@ yarn-error.log*
 *.sw*
 *.lock
 
-*.lock
+*.lock
+.env.development

BIN
src/native/.DS_Store