ソースを参照

修改 env.prod配置

yuwandanmian 1 年間 前
コミット
952a971f7c
1 ファイル変更3 行追加3 行削除
  1. 3 3
      .env.production

+ 3 - 3
.env.production

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