From b89a38be14c8788a7196018efc3f5a5c994f69b2 Mon Sep 17 00:00:00 2001 From: yanzai Date: Thu, 26 Sep 2024 22:50:28 +0800 Subject: [PATCH] 1 --- h5/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h5/config.js b/h5/config.js index 3b12687..3822cc9 100644 --- a/h5/config.js +++ b/h5/config.js @@ -1,6 +1,6 @@ const app_type = 'gzh' -//const base_url="https://api.hainan2024.sa0.online" //开发环境 -const base_url="http://124.225.137.54:39080" //正式环境 +const base_url="https://api.hainan2024.sa0.online" //开发环境 +//const base_url="http://124.225.137.54:39080" //正式环境 const config = { api_map_url: base_url+'/api/ApiMap/h5', base_assets_url: base_url,