diff --git a/.env.production b/.env.production index 48ae2b8..4b4396c 100644 --- a/.env.production +++ b/.env.production @@ -8,4 +8,4 @@ ENV = 'production' VUE_APP_BASE_API = '/api' # 后端请求路径 -VUE_APP_URL = 'https://api.xiaoces.com/api' +VUE_APP_URL = '/api'