From b5e596e670ecb194157436b61e1ffd635e1130f7 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期六, 29 五月 2021 17:20:18 +0800 Subject: [PATCH] 企业应急-事件上报-管段定位修改 --- .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