From 05f0f5e098e3fd46991e976ac76c46fa39e51569 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 01 四月 2021 15:29:37 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index eccd272..75961f6 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ # .env NODE_ENV=production VUE_APP_MOCK=false -VUE_APP_API_HOST=http://localhost:8080/ +VUE_APP_API_HOST=http://localhost:3000/ VUE_APP_API_BASE_URL=/api VUE_APP_API_TOKEN_URL=https://oauth.siam.sinopec.com/ VUE_APP_CLIENT_ID=no_apply -- Gitblit v1.8.0