diff --git a/.env.production b/.env.production index 333eb9f..3097bdb 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,5 @@ # 生产环境配置 ENV = 'production' -VUE_APP_BASE_API_URL = 'http://47.106.243.172:8888' \ No newline at end of file +VUE_APP_BASE_API_URL = 'http://47.106.243.172:8888/api/front' +VUE_APP_BASE_IMG_URL = 'http://47.106.243.172:8888' \ No newline at end of file