From 4b931fe6cd91d679d6e05c71fc2e5cbb6d6d6939 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Thu, 5 Aug 2021 10:46:44 +0800 Subject: [PATCH] # update domain --- config/prod.env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.env.js b/config/prod.env.js index 11e758d..aa22d03 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"https://iot.celex.cn:8000/"' + BASE_API: '"https://mosq.celex-iot.com:8000/"' }