Parcourir la source

修改 env.prod配置

yuwandanmian il y a 1 an
Parent
commit
952a971f7c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      .env.production

+ 3 - 3
.env.production

@@ -2,8 +2,8 @@
 ENV = 'production'
 ENV = 'production'
 
 
 # base api
 # base api
-VUE_APP_BASE_API = 'http://10.10.11.65:8081/api'
+VUE_APP_BASE_API = '/api'
 # base bazb
 # base bazb
-VUE_APP_BASE_API2 = 'http://10.10.11.65:8081/bazb'
+VUE_APP_BASE_API2 = '/bazb'
 # base bass
 # base bass
-VUE_APP_BASE_API3 = 'http://10.10.11.65:8081/bass'
+VUE_APP_BASE_API3 = '/bass'